Searched defs:RtspCodecInfo (Results 1 – 2 of 2) sorted by relevance
32 pub struct RtspCodecInfo { struct33 pub codec_id: RtspCodecId,34 pub payload_type: u8,35 pub sample_rate: u32,36 pub channel_count: u8,
48 pub fn new(track_type: TrackType, codec_info: RtspCodecInfo, media_control: String) -> Self { in new()