Searched refs:codec_type (Results 1 – 2 of 2) sorted by relevance
74 pub fn new_jsep_media_description(codec_type: String, _codec_prefs: Vec<&str>) -> Self { in new_jsep_media_description()77 media: codec_type, in new_jsep_media_description()
93 let codec_type = RTPCodecType::from(media.media_name.media.as_str()); in track_details_from_sdp() localVariable94 if codec_type == RTPCodecType::Unspecified { in track_details_from_sdp()189 tracks_in_media_section[track_idx].kind = codec_type; in track_details_from_sdp()197 kind: codec_type, in track_details_from_sdp()216 kind: codec_type, in track_details_from_sdp()