3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/ReceiveStreamInterface.h"
7#include "mc/external/webrtc/scoped_refptr.h"
11namespace webrtc {
class FrameDecryptorInterface; }
12namespace webrtc {
class FrameTransformerInterface; }
13namespace webrtc {
class RtpSource; }
23 virtual void Start() = 0;
26 virtual void Stop() = 0;
36 virtual ::std::vector<::webrtc::RtpSource> GetSources()
const = 0;
Definition ReceiveStreamInterface.h:7
Definition scoped_refptr.h:8