LeviLamina
Loading...
Searching...
No Matches
rtc::VideoBroadcaster Class Reference
+ Inheritance diagram for rtc::VideoBroadcaster:

Public Member Functions

VideoBroadcasteroperator= (VideoBroadcaster const &)
 
 VideoBroadcaster (VideoBroadcaster const &)
 
virtual void AddOrUpdateSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink, ::rtc::VideoSinkWants const &wants)
 
virtual void RemoveSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink)
 
virtual void OnFrame (::webrtc::VideoFrame const &frame)
 
virtual void OnDiscardedFrame ()
 
MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > const & GetBlackFrameBuffer (int width, int height)
 
MCAPI void UpdateWants ()
 
MCAPI VideoBroadcaster ()
 
MCAPI void * $ctor ()
 
MCAPI void $dtor ()
 
MCAPI void $AddOrUpdateSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink, ::rtc::VideoSinkWants const &wants)
 
MCAPI void $RemoveSink (::rtc::VideoSinkInterface<::webrtc::VideoFrame > *sink)
 
MCAPI void $OnFrame (::webrtc::VideoFrame const &frame)
 
MCAPI void $OnDiscardedFrame ()
 
MCAPI::rtc::VideoSourceBase::SinkPair * FindSinkPair (::rtc::VideoSinkInterface<::webrtc::VideoFrame > const *sink)
 

Static Public Member Functions

static MCAPI void ** $vftableForVideoSourceBase ()
 
static MCAPI void ** $vftableForVideoSinkInterface ()
 
static MCAPI void ** $vftable ()
 

Public Attributes

::ll::UntypedStorage< 8, 40 > mUnkdb225d
 
::ll::UntypedStorage< 8, 64 > mUnka63a5e
 
::ll::UntypedStorage< 8, 8 > mUnka15fe9
 
::ll::UntypedStorage< 1, 1 > mUnkb72bf7
 
::ll::UntypedStorage< 8, 40 > mUnka62edf
 
::ll::UntypedStorage< 8, 24 > mUnkeb9d21
 

Constructor & Destructor Documentation

◆ VideoBroadcaster()

MCAPI rtc::VideoBroadcaster::VideoBroadcaster ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ AddOrUpdateSink()

virtual void rtc::VideoBroadcaster::AddOrUpdateSink ( ::rtc::VideoSinkInterface<::webrtc::VideoFrame > * sink,
::rtc::VideoSinkWants const & wants )
virtual

Reimplemented from rtc::VideoSourceBase.

◆ RemoveSink()

virtual void rtc::VideoBroadcaster::RemoveSink ( ::rtc::VideoSinkInterface<::webrtc::VideoFrame > * sink)
virtual

Reimplemented from rtc::VideoSourceBase.

◆ GetBlackFrameBuffer()

MCAPI ::webrtc::scoped_refptr<::webrtc::VideoFrameBuffer > const & rtc::VideoBroadcaster::GetBlackFrameBuffer ( int width,
int height )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ UpdateWants()

MCAPI void rtc::VideoBroadcaster::UpdateWants ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

MCAPI void * rtc::VideoBroadcaster::$ctor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $dtor()

MCAPI void rtc::VideoBroadcaster::$dtor ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $AddOrUpdateSink()

MCAPI void rtc::VideoBroadcaster::$AddOrUpdateSink ( ::rtc::VideoSinkInterface<::webrtc::VideoFrame > * sink,
::rtc::VideoSinkWants const & wants )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $RemoveSink()

MCAPI void rtc::VideoBroadcaster::$RemoveSink ( ::rtc::VideoSinkInterface<::webrtc::VideoFrame > * sink)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnFrame()

MCAPI void rtc::VideoBroadcaster::$OnFrame ( ::webrtc::VideoFrame const & frame)
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $OnDiscardedFrame()

MCAPI void rtc::VideoBroadcaster::$OnDiscardedFrame ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForVideoSourceBase()

static MCAPI void ** rtc::VideoBroadcaster::$vftableForVideoSourceBase ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftableForVideoSinkInterface()

static MCAPI void ** rtc::VideoBroadcaster::$vftableForVideoSinkInterface ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ FindSinkPair()

MCAPI::rtc::VideoSourceBase::SinkPair * rtc::VideoSourceBase::FindSinkPair ( ::rtc::VideoSinkInterface<::webrtc::VideoFrame > const * sink)
inherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** rtc::VideoSourceBase::$vftable ( )
staticinherited
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

The documentation for this class was generated from the following file: