Lines Matching defs:StreamInfo
12 pub struct StreamInfo { struct
13 pub id: String,
14 pub attributes: Attributes,
15 pub ssrc: u32,
16 pub payload_type: u8,
17 pub rtp_header_extensions: Vec<RTPHeaderExtension>,
18 pub mime_type: String,
19 pub clock_rate: u32,
20 pub channels: u16,
21 pub sdp_fmtp_line: String,
22 pub rtcp_feedback: Vec<RTCPFeedback>,