Searched defs:RemoteAudioSource (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dremoteaudiosource.h41 class RemoteAudioSource : public Notifier<AudioSourceInterface> { class in namespace:webrtc
43 // Creates an instance of RemoteAudioSource.
44 static rtc::scoped_refptr<RemoteAudioSource> Create();
47 RemoteAudioSource();
48 virtual ~RemoteAudioSource();
H A Dremoteaudiosource.cc37 rtc::scoped_refptr<RemoteAudioSource> RemoteAudioSource::Create() {
38 return new rtc::RefCountedObject<RemoteAudioSource>();
41 RemoteAudioSource::RemoteAudioSource() { function in class:webrtc::RemoteAudioSource
44 RemoteAudioSource::~RemoteAudioSource() {
48 MediaSourceInterface::SourceState RemoteAudioSource::state() const {
52 void RemoteAudioSource::SetVolume(double volume) {
60 void RemoteAudioSource
[all...]

Completed in 183 milliseconds