webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <webrtcvideoengine2.h>
Public Member Functions | |
WebRtcVideoEngine2 () | |
virtual | ~WebRtcVideoEngine2 () |
void | Init () |
WebRtcVideoChannel2 * | CreateChannel (webrtc::Call *call, const MediaConfig &config, const VideoOptions &options) |
std::vector< VideoCodec > | codecs () const |
RtpCapabilities | GetCapabilities () const |
void | SetExternalDecoderFactory (WebRtcVideoDecoderFactory *decoder_factory) |
virtual void | SetExternalEncoderFactory (WebRtcVideoEncoderFactory *encoder_factory) |
WebRtcVideoEngine2 () | |
virtual | ~WebRtcVideoEngine2 () |
void | Init () |
WebRtcVideoChannel2 * | CreateChannel (webrtc::Call *call, const MediaConfig &config, const VideoOptions &options) |
std::vector< VideoCodec > | codecs () const |
RtpCapabilities | GetCapabilities () const |
void | SetExternalDecoderFactory (WebRtcVideoDecoderFactory *decoder_factory) |
virtual void | SetExternalEncoderFactory (WebRtcVideoEncoderFactory *encoder_factory) |
cricket::WebRtcVideoEngine2::WebRtcVideoEngine2 | ( | ) |
|
virtual |
cricket::WebRtcVideoEngine2::WebRtcVideoEngine2 | ( | ) |
|
virtual |
std::vector< VideoCodec > cricket::WebRtcVideoEngine2::codecs | ( | ) | const |
std::vector<VideoCodec> cricket::WebRtcVideoEngine2::codecs | ( | ) | const |
WebRtcVideoChannel2* cricket::WebRtcVideoEngine2::CreateChannel | ( | webrtc::Call * | call, |
const MediaConfig & | config, | ||
const VideoOptions & | options | ||
) |
WebRtcVideoChannel2 * cricket::WebRtcVideoEngine2::CreateChannel | ( | webrtc::Call * | call, |
const MediaConfig & | config, | ||
const VideoOptions & | options | ||
) |
RtpCapabilities cricket::WebRtcVideoEngine2::GetCapabilities | ( | ) | const |
RtpCapabilities cricket::WebRtcVideoEngine2::GetCapabilities | ( | ) | const |
void cricket::WebRtcVideoEngine2::Init | ( | ) |
void cricket::WebRtcVideoEngine2::Init | ( | ) |
void cricket::WebRtcVideoEngine2::SetExternalDecoderFactory | ( | WebRtcVideoDecoderFactory * | decoder_factory | ) |
void cricket::WebRtcVideoEngine2::SetExternalDecoderFactory | ( | WebRtcVideoDecoderFactory * | decoder_factory | ) |
|
virtual |
|
virtual |