3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/MediaStreamTrackInterface.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class AudioProcessorInterface; }
12namespace webrtc {
class AudioSourceInterface; }
13namespace webrtc {
class AudioTrackSinkInterface; }
23 virtual ::webrtc::AudioSourceInterface* GetSource()
const = 0;
32 virtual bool GetSignalLevel(
int*);
35 virtual ::webrtc::scoped_refptr<::webrtc::AudioProcessorInterface> GetAudioProcessor();
Definition AudioTrackInterface.h:18
Definition AudioTrackSinkInterface.h:7