Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 14 of 14) sorted by relevance

/webrtc/constraints/src/settings/
H A Dstream.rs22 pub audio: Option<MediaTrackSettings>, field
50 audio: Some(MediaTrackSettings::default()), in customized()
/webrtc/constraints/src/capabilities/
H A Dstream.rs22 pub audio: Option<MediaTrackCapabilities>, field
50 audio: Some(MediaTrackCapabilities::default()), in customized()
/webrtc/constraints/src/constraints/
H A Dstream.rs35 pub audio: GenericBoolOrMediaTrackConstraints<T>, field
73 audio: BoolOrMediaTrackConstraints::Constraints(MediaTrackConstraints { in customized()
/webrtc/constraints/tests/
H A Dw3c_spec_examples.rs27 audio: BoolOrMediaTrackConstraints::Bool(false), in w3c_spec_example_1()
62 audio: BoolOrMediaTrackConstraints::Bool(false), in w3c_spec_example_2()
130 audio: BoolOrMediaTrackConstraints::Bool(false), in w3c_spec_example_3()
/webrtc/examples/examples/rtp-forwarder/
H A Drtp-forwarder.sdp6 m=audio 4000 RTP/AVP 111
/webrtc/examples/examples/reflect/
H A Dreflect.rs59 let audio = matches.is_present("audio"); in main() localVariable
61 if !audio && !video { in main()
89 if audio { in main()
149 if audio { in main()
/webrtc/media/benches/
H A Daudio_buffer.rs3 use webrtc_media::audio::buffer::{
/webrtc/media/src/
H A Dlib.rs4 pub mod audio; module
/webrtc/media/src/audio/buffer/
H A Dlayout.rs1 use crate::audio::buffer::BufferInfo;
2 use crate::audio::sealed::Sealed;
H A Dinfo.rs3 use crate::audio::buffer::layout::{Deinterleaved, Interleaved};
/webrtc/examples/examples/
H A DREADME.md13 …w to record your webcam and save the footage (VP8/VP9 for video, Opus for audio) to disk on the se…
14 … how to record your webcam and save the footage (H264 for video, Opus for audio) to disk on the se…
16 …tp-forwarder): The rtp-forwarder example demonstrates how to forward your audio/video streams usin…
/webrtc/examples/examples/play-from-disk-h264/
H A DREADME.md3 play-from-disk-h264 demonstrates how to send h264 video and/or audio to your browser from files sav…
/webrtc/examples/examples/play-from-disk-vpx/
H A DREADME.md3 play-from-disk-vpx demonstrates how to send vp8/vp8 video and/or audio to your browser from files s…
/webrtc/webrtc/
H A DCHANGELOG.md70 * Add support for a mime type "audio/telephone-event" (rfc4733) [#322](https://github.com/webrtc-rs…