Home
last modified time | relevance | path

Searched refs:Audio (Results 1 – 12 of 12) sorted by relevance

/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs191 RTPCodecType::Audio, in test_media_engine_remote_description()
519 RTPCodecType::Audio, in test_media_engine_header_extension_direction()
531 RTPCodecType::Audio, in test_media_engine_header_extension_direction()
549 RTPCodecType::Audio, in test_media_engine_header_extension_direction()
567 RTPCodecType::Audio, in test_media_engine_header_extension_direction()
585 RTPCodecType::Audio, in test_media_engine_header_extension_direction()
615 RTPCodecType::Audio, in test_media_engine_double_register()
630 RTPCodecType::Audio, in test_media_engine_double_register()
670 RTPCodecType::Audio, in test_update_header_extenstion_to_cloned_media_engine()
677 RTPCodecType::Audio, in test_update_header_extenstion_to_cloned_media_engine()
[all …]
H A Dmod.rs149 self.register_codec(codec, RTPCodecType::Audio)?; in register_default_codecs()
328 RTPCodecType::Audio => { in register_codec()
375 if typ == RTPCodecType::Audio { in register_header_extension()
398 RTPCodecType::Audio => { in register_feedback()
484 let codecs = if typ == RTPCodecType::Audio { in match_remote_codec()
552 n_ext.1.is_audio |= typ == RTPCodecType::Audio; in update_header_extension()
583 if typ == RTPCodecType::Audio { in push_codecs()
603 RTPCodecType::Audio in update_from_remote_description()
657 } else if typ == RTPCodecType::Audio { in get_codecs_by_kind()
682 && (e.is_audio && typ == RTPCodecType::Audio in get_rtp_parameters_by_kind()
[all …]
/webrtc/webrtc/src/api/interceptor_registry/
H A Dmod.rs86 RTPCodecType::Audio, in configure_twcc()
92 RTPCodecType::Audio, in configure_twcc()
121 RTPCodecType::Audio, in configure_twcc_sender_only()
155 RTPCodecType::Audio, in configure_twcc_receiver_only()
161 RTPCodecType::Audio, in configure_twcc_receiver_only()
/webrtc/webrtc/src/rtp_transceiver/
H A Drtp_codec.rs15 Audio = 1, enumerator
24 "audio" => RTPCodecType::Audio, in from()
34 1 => RTPCodecType::Audio, in from()
44 RTPCodecType::Audio => "audio", in fmt()
H A Drtp_transceiver_test.rs16 m.push_codecs(m.audio_codecs.clone(), RTPCodecType::Audio) in test_rtp_transceiver_set_codec_preferences()
/webrtc/webrtc/src/peer_connection/sdp/
H A Dsdp_test.rs387 assert_eq!(track.kind, RTPCodecType::Audio); in test_track_details_from_sdp()
580 RTPCodecType::Audio, in test_media_description_fingerprints()
619 RTPCodecType::Audio, in test_media_description_fingerprints()
620 api.media_engine.get_codecs_by_kind(RTPCodecType::Audio), in test_media_description_fingerprints()
758 me.push_codecs(me.audio_codecs.clone(), RTPCodecType::Audio) in test_populate_sdp()
894 RTPCodecType::Audio, in test_populate_sdp_reject()
908 RTPCodecType::Audio, in test_populate_sdp_reject()
/webrtc/examples/examples/reflect/
H A Dreflect.rs99 RTPCodecType::Audio, in main()
228 let kind = if track.kind() == RTPCodecType::Audio { in main()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.rs108 RTPCodecType::Audio, in main()
140 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
/webrtc/examples/examples/save-to-disk-h264/
H A Dsave-to-disk-h264.rs162 RTPCodecType::Audio, in main()
194 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
/webrtc/examples/examples/save-to-disk-vpx/
H A Dsave-to-disk-vpx.rs187 RTPCodecType::Audio, in main()
219 .add_transceiver_from_kind(RTPCodecType::Audio, None) in main()
/webrtc/webrtc/src/track/track_local/
H A Dtrack_local_static_rtp.rs201 RTPCodecType::Audio in kind()
/webrtc/webrtc/src/peer_connection/
H A Dpeer_connection_internal.rs875 if only_media_section.media_name.media == RTPCodecType::Audio.to_string() { in handle_undeclared_ssrc()
876 incoming.kind = RTPCodecType::Audio; in handle_undeclared_ssrc()
1218 RTPCodecType::Audio => "audio", in collect_inbound_stats()
1349 RTPCodecType::Audio => "audio", in collect_outbound_stats()