3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/external/webrtc/MediaStreamTrackInterface.h"
7#include "mc/external/webrtc/VideoSinkInterface.h"
8#include "mc/external/webrtc/VideoSourceInterface.h"
23 enum class ContentHint :
int {
33 virtual void AddOrUpdateSink(
40 virtual ::webrtc::VideoTrackSourceInterface* GetSource()
const = 0;
42 virtual ::webrtc::VideoTrackInterface::ContentHint content_hint()
const;
44 virtual void set_content_hint(::webrtc::VideoTrackInterface::ContentHint a1);
63 MCNAPI ::webrtc::VideoTrackInterface::ContentHint
$content_hint()
const;
Definition VideoFrame.h:16
Definition VideoSinkInterface.h:8
Definition VideoSourceInterface.h:8
Definition VideoTrackInterface.h:20
MCAPI void $set_content_hint(::webrtc::VideoTrackInterface::ContentHint a1)
MCAPI::webrtc::VideoTrackInterface::ContentHint $content_hint() const
MCAPI void $RemoveSink(::webrtc::VideoSinkInterface<::webrtc::VideoFrame > *a1)
MCAPI void $AddOrUpdateSink(::webrtc::VideoSinkInterface<::webrtc::VideoFrame > *a1, ::webrtc::VideoSinkWants const &a2)
Definition VideoTrackSourceInterface.h:20
Definition VideoSinkWants.h:7