3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/NotifierInterface.h"
7#include "mc/external/webrtc/RefCountInterface.h"
14 enum class TrackState :
int {
22 virtual ::std::string kind()
const = 0;
24 virtual ::std::string id()
const = 0;
26 virtual bool enabled()
const = 0;
28 virtual bool set_enabled(
bool) = 0;
30 virtual ::webrtc::MediaStreamTrackInterface::TrackState state()
const = 0;
Definition NotifierInterface.h:12
Definition RefCountInterface.h:10