webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Friends | List of all members
cricket::FakeVideoEngine Class Reference

#include <fakemediaengine.h>

Inheritance diagram for cricket::FakeVideoEngine:
cricket::FakeBaseEngine cricket::FakeBaseEngine

Public Member Functions

 FakeVideoEngine ()
 
void Init ()
 
bool SetOptions (const VideoOptions &options)
 
VideoMediaChannelCreateChannel (webrtc::Call *call, const MediaConfig &config, const VideoOptions &options)
 
FakeVideoMediaChannelGetChannel (size_t index)
 
void UnregisterChannel (VideoMediaChannel *channel)
 
const std::vector< VideoCodec > & codecs () const
 
void SetCodecs (const std::vector< VideoCodec > codecs)
 
bool SetCapture (bool capture)
 
 FakeVideoEngine ()
 
void Init ()
 
bool SetOptions (const VideoOptions &options)
 
VideoMediaChannelCreateChannel (webrtc::Call *call, const MediaConfig &config, const VideoOptions &options)
 
FakeVideoMediaChannelGetChannel (size_t index)
 
void UnregisterChannel (VideoMediaChannel *channel)
 
const std::vector< VideoCodec > & codecs () const
 
void SetCodecs (const std::vector< VideoCodec > codecs)
 
bool SetCapture (bool capture)
 
- Public Member Functions inherited from cricket::FakeBaseEngine
 FakeBaseEngine ()
 
void set_fail_create_channel (bool fail)
 
RtpCapabilities GetCapabilities () const
 
void set_rtp_header_extensions (const std::vector< RtpExtension > &extensions)
 
void set_rtp_header_extensions (const std::vector< cricket::RtpHeaderExtension > &extensions)
 
 FakeBaseEngine ()
 
void set_fail_create_channel (bool fail)
 
RtpCapabilities GetCapabilities () const
 
void set_rtp_header_extensions (const std::vector< RtpExtension > &extensions)
 
void set_rtp_header_extensions (const std::vector< cricket::RtpHeaderExtension > &extensions)
 

Friends

class FakeMediaEngine
 

Additional Inherited Members

- Protected Attributes inherited from cricket::FakeBaseEngine
bool options_changed_
 
bool fail_create_channel_
 
RtpCapabilities capabilities_
 

Constructor & Destructor Documentation

◆ FakeVideoEngine() [1/2]

cricket::FakeVideoEngine::FakeVideoEngine ( )
inline

◆ FakeVideoEngine() [2/2]

cricket::FakeVideoEngine::FakeVideoEngine ( )
inline

Member Function Documentation

◆ codecs() [1/2]

const std::vector<VideoCodec>& cricket::FakeVideoEngine::codecs ( ) const
inline

◆ codecs() [2/2]

const std::vector<VideoCodec>& cricket::FakeVideoEngine::codecs ( ) const
inline

◆ CreateChannel() [1/2]

VideoMediaChannel* cricket::FakeVideoEngine::CreateChannel ( webrtc::Call call,
const MediaConfig config,
const VideoOptions options 
)
inline

◆ CreateChannel() [2/2]

VideoMediaChannel* cricket::FakeVideoEngine::CreateChannel ( webrtc::Call call,
const MediaConfig config,
const VideoOptions options 
)
inline

◆ GetChannel() [1/2]

FakeVideoMediaChannel* cricket::FakeVideoEngine::GetChannel ( size_t  index)
inline

◆ GetChannel() [2/2]

FakeVideoMediaChannel* cricket::FakeVideoEngine::GetChannel ( size_t  index)
inline

◆ Init() [1/2]

void cricket::FakeVideoEngine::Init ( )
inline

◆ Init() [2/2]

void cricket::FakeVideoEngine::Init ( )
inline

◆ SetCapture() [1/2]

bool cricket::FakeVideoEngine::SetCapture ( bool  capture)
inline

◆ SetCapture() [2/2]

bool cricket::FakeVideoEngine::SetCapture ( bool  capture)
inline

◆ SetCodecs() [1/2]

void cricket::FakeVideoEngine::SetCodecs ( const std::vector< VideoCodec codecs)
inline

◆ SetCodecs() [2/2]

void cricket::FakeVideoEngine::SetCodecs ( const std::vector< VideoCodec codecs)
inline

◆ SetOptions() [1/2]

bool cricket::FakeVideoEngine::SetOptions ( const VideoOptions options)
inline

◆ SetOptions() [2/2]

bool cricket::FakeVideoEngine::SetOptions ( const VideoOptions options)
inline

◆ UnregisterChannel() [1/2]

void cricket::FakeVideoEngine::UnregisterChannel ( VideoMediaChannel channel)
inline

◆ UnregisterChannel() [2/2]

void cricket::FakeVideoEngine::UnregisterChannel ( VideoMediaChannel channel)
inline

Friends And Related Function Documentation

◆ FakeMediaEngine


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