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

/external/webrtc/webrtc/sound/
H A Dsounddevicelocator.h24 class SoundDeviceLocator { class in namespace:rtc
26 virtual ~SoundDeviceLocator() {}
35 virtual SoundDeviceLocator *Copy() const = 0;
38 SoundDeviceLocator(const std::string &name, function in class:rtc::SoundDeviceLocator
42 explicit SoundDeviceLocator(const SoundDeviceLocator &that) function in class:rtc::SoundDeviceLocator
49 RTC_DISALLOW_ASSIGN(SoundDeviceLocator);

Completed in 98 milliseconds