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