Home
last modified time | relevance | path

Searched defs:CreateAudioTrack (Results 1 – 24 of 24) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaTrackList.cpp86 already_AddRefed<AudioTrack> MediaTrackList::CreateAudioTrack( in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaTrackList.cpp106 MediaTrackList::CreateAudioTrack(const nsAString& aId, in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaTrackList.cpp86 already_AddRefed<AudioTrack> MediaTrackList::CreateAudioTrack( in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaTrackList.cpp92 already_AddRefed<AudioTrack> MediaTrackList::CreateAudioTrack( in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaTrackList.cpp92 already_AddRefed<AudioTrack> MediaTrackList::CreateAudioTrack( in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaTrackList.cpp92 already_AddRefed<AudioTrack> MediaTrackList::CreateAudioTrack( in CreateAudioTrack() function in mozilla::dom::MediaTrackList
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dpeer_connection_factory.cc321 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionFactory::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionFactory
H A Dpeer_connection_wrapper.cc275 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionWrapper::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionWrapper
H A Dpeer_connection_interface_unittest.cc828 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack( in CreateAudioTrack() function in webrtc::__anone31a320f0111::PeerConnectionInterfaceBaseTest
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dpeer_connection_factory.cc278 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionFactory::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionFactory
H A Dpeer_connection_wrapper.cc275 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionWrapper::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionWrapper
H A Dpeer_connection_interface_unittest.cc830 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack( in CreateAudioTrack() function in webrtc::__anon9f7949140111::PeerConnectionInterfaceBaseTest
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwaimapi.pas201 function CreateAudioTrack(nBlocks: Longint): HRESULT; stdcall; in CreateAudioTrack() function
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dpeer_connection_factory.cc296 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionFactory::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionFactory
H A Dpeer_connection_wrapper.cc278 rtc::scoped_refptr<AudioTrackInterface> PeerConnectionWrapper::CreateAudioTrack( in CreateAudioTrack() function in webrtc::PeerConnectionWrapper
H A Dpeer_connection_interface_unittest.cc839 rtc::scoped_refptr<AudioTrackInterface> CreateAudioTrack( in CreateAudioTrack() function in webrtc::__anonf71e2fc50111::PeerConnectionInterfaceBaseTest
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Sinks/
H A DAESinkAUDIOTRACK.cpp152 jni::CJNIAudioTrack *CAESinkAUDIOTRACK::CreateAudioTrack(int stream, int sampleRate, int channelMas… in CreateAudioTrack() function in CAESinkAUDIOTRACK
/dports/lang/spidermonkey60/firefox-60.9.0/dom/html/
H A DHTMLMediaElement.cpp4901 static already_AddRefed<AudioTrack> CreateAudioTrack( in CreateAudioTrack() function
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/html/
H A DHTMLMediaElement.cpp4356 CreateAudioTrack(AudioStreamTrack* aStreamTrack) in CreateAudioTrack() function
/dports/www/firefox-esr/firefox-91.8.0/dom/html/
H A DHTMLMediaElement.cpp5230 static already_AddRefed<AudioTrack> CreateAudioTrack( in CreateAudioTrack() function
/dports/www/firefox/firefox-99.0/dom/html/
H A DHTMLMediaElement.cpp5247 static already_AddRefed<AudioTrack> CreateAudioTrack( in CreateAudioTrack() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/html/
H A DHTMLMediaElement.cpp5230 static already_AddRefed<AudioTrack> CreateAudioTrack( in CreateAudioTrack() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/html/
H A DHTMLMediaElement.cpp5328 static already_AddRefed<AudioTrack> CreateAudioTrack( in CreateAudioTrack() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Storage/Imapi/
H A Dmod.rs8037 pub unsafe fn CreateAudioTrack(&self, nblocks: i32) -> ::windows::runtime::Result<()> { in CreateAudioTrack() method