From d07dcedf8f9601fda14f79ebfbcf858d3794c16c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 22 Feb 2025 22:15:44 +0100 Subject: progress on rtcp --- sdp/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sdp/src/lib.rs') diff --git a/sdp/src/lib.rs b/sdp/src/lib.rs index 15b4ce2..dc5623d 100644 --- a/sdp/src/lib.rs +++ b/sdp/src/lib.rs @@ -1,6 +1,7 @@ use anyhow::{anyhow, bail}; use std::{fmt::Display, str::FromStr}; +#[derive(Debug, Default)] pub struct SessionDescription { pub version: String, pub originator: String, @@ -18,11 +19,13 @@ pub struct SessionDescription { pub media_descriptions: Vec, } +#[derive(Debug)] pub struct TimeDescription { pub time: String, pub repeat_times: Vec, } +#[derive(Debug, Default)] pub struct MediaDescription { pub name: String, pub title: Option, -- cgit v1.2.3-70-g09d2