|
enum class | ContentHint : int { KNone = 0
, KFluid = 1
, KDetailed = 2
, KText = 3
} |
|
enum class | TrackState : int { KLive = 0
, KEnded = 1
} |
|
|
virtual void | AddOrUpdateSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *, ::rtc::VideoSinkWants const &) |
|
virtual void | RemoveSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *) |
|
virtual::webrtc::VideoTrackSourceInterface * | GetSource () const =0 |
|
virtual::webrtc::VideoTrackInterface::ContentHint | content_hint () const |
|
virtual void | set_content_hint (::webrtc::VideoTrackInterface::ContentHint) |
|
virtual::std::string | kind () const =0 |
|
virtual::std::string | id () const =0 |
|
virtual bool | enabled () const =0 |
|
virtual bool | set_enabled (bool)=0 |
|
virtual::webrtc::MediaStreamTrackInterface::TrackState | state () const =0 |
|
virtual void | AddRef () const =0 |
|
virtual::webrtc::RefCountReleaseStatus | Release () const =0 |
|
MCFOLD void | $dtor () |
|
virtual void | RegisterObserver (::webrtc::ObserverInterface *)=0 |
|
virtual void | UnregisterObserver (::webrtc::ObserverInterface *)=0 |
|
|
static MCAPI char const *const & | kAudioKind () |
|
static MCAPI char const *const & | kVideoKind () |
|
static MCAPI void ** | $vftable () |
|
static MCAPI void ** | $vftable () |
|
The documentation for this class was generated from the following file: