HomeSort by relevance Sort by last modified time
    Searched defs:SoundOutputStreamInterface (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/sound/
soundoutputstreaminterface.cc 11 #include "webrtc/sound/soundoutputstreaminterface.h"
15 SoundOutputStreamInterface::~SoundOutputStreamInterface() {}
17 SoundOutputStreamInterface::SoundOutputStreamInterface() {}
soundoutputstreaminterface.h 22 class SoundOutputStreamInterface {
24 virtual ~SoundOutputStreamInterface();
61 sigslot::signal2<size_t, SoundOutputStreamInterface *> SignalBufferSpace;
64 SoundOutputStreamInterface();
67 RTC_DISALLOW_COPY_AND_ASSIGN(SoundOutputStreamInterface);

Completed in 61 milliseconds