#include <videoencodersoftwarefallbackwrapper.h>
|
| VideoEncoderSoftwareFallbackWrapper (const cricket::VideoCodec &codec, webrtc::VideoEncoder *encoder) |
|
int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size) override |
|
int32_t | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int32_t | Release () override |
|
int32_t | Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
int32_t | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int32_t | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t framerate) override |
|
bool | SupportsNativeHandle () const override |
|
ScalingSettings | GetScalingSettings () const override |
|
const char * | ImplementationName () const override |
|
| VideoEncoderSoftwareFallbackWrapper (const cricket::VideoCodec &codec, webrtc::VideoEncoder *encoder) |
|
int32_t | InitEncode (const VideoCodec *codec_settings, int32_t number_of_cores, size_t max_payload_size) override |
|
int32_t | RegisterEncodeCompleteCallback (EncodedImageCallback *callback) override |
|
int32_t | Release () override |
|
int32_t | Encode (const VideoFrame &frame, const CodecSpecificInfo *codec_specific_info, const std::vector< FrameType > *frame_types) override |
|
int32_t | SetChannelParameters (uint32_t packet_loss, int64_t rtt) override |
|
int32_t | SetRateAllocation (const BitrateAllocation &bitrate_allocation, uint32_t framerate) override |
|
bool | SupportsNativeHandle () const override |
|
ScalingSettings | GetScalingSettings () const override |
|
const char * | ImplementationName () const override |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
virtual int32_t | SetPeriodicKeyFrames (bool enable) |
|
virtual | ~VideoEncoder () |
|
virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
|
virtual int32_t | SetPeriodicKeyFrames (bool enable) |
|
|
enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
|
enum | EncoderType {
kH264,
kVp8,
kVp9,
kUnsupportedCodec,
kH264,
kVp8,
kVp9,
kUnsupportedCodec
} |
|
static VideoEncoder * | Create (EncoderType codec_type) |
|
static bool | IsSupportedSoftware (EncoderType codec_type) |
|
static EncoderType | CodecToEncoderType (VideoCodecType codec_type) |
|
static VideoCodecVP8 | GetDefaultVp8Settings () |
|
static VideoCodecVP9 | GetDefaultVp9Settings () |
|
static VideoCodecH264 | GetDefaultH264Settings () |
|
static VideoEncoder * | Create (EncoderType codec_type) |
|
static bool | IsSupportedSoftware (EncoderType codec_type) |
|
static EncoderType | CodecToEncoderType (VideoCodecType codec_type) |
|
static VideoCodecVP8 | GetDefaultVp8Settings () |
|
static VideoCodecVP9 | GetDefaultVp9Settings () |
|
static VideoCodecH264 | GetDefaultH264Settings () |
|
◆ VideoEncoderSoftwareFallbackWrapper() [1/2]
◆ VideoEncoderSoftwareFallbackWrapper() [2/2]
◆ Encode() [1/2]
◆ Encode() [2/2]
◆ GetScalingSettings() [1/2]
◆ GetScalingSettings() [2/2]
ScalingSettings webrtc::VideoEncoderSoftwareFallbackWrapper::GetScalingSettings |
( |
| ) |
const |
|
overridevirtual |
◆ ImplementationName() [1/2]
const char * webrtc::VideoEncoderSoftwareFallbackWrapper::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ ImplementationName() [2/2]
const char* webrtc::VideoEncoderSoftwareFallbackWrapper::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ InitEncode() [1/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::InitEncode |
( |
const VideoCodec * |
codec_settings, |
|
|
int32_t |
number_of_cores, |
|
|
size_t |
max_payload_size |
|
) |
| |
|
overridevirtual |
◆ InitEncode() [2/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::InitEncode |
( |
const VideoCodec * |
codec_settings, |
|
|
int32_t |
number_of_cores, |
|
|
size_t |
max_payload_size |
|
) |
| |
|
overridevirtual |
◆ RegisterEncodeCompleteCallback() [1/2]
◆ RegisterEncodeCompleteCallback() [2/2]
◆ Release() [1/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::Release |
( |
| ) |
|
|
overridevirtual |
◆ Release() [2/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::Release |
( |
| ) |
|
|
overridevirtual |
◆ SetChannelParameters() [1/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::SetChannelParameters |
( |
uint32_t |
packet_loss, |
|
|
int64_t |
rtt |
|
) |
| |
|
overridevirtual |
◆ SetChannelParameters() [2/2]
int32_t webrtc::VideoEncoderSoftwareFallbackWrapper::SetChannelParameters |
( |
uint32_t |
packet_loss, |
|
|
int64_t |
rtt |
|
) |
| |
|
overridevirtual |
◆ SetRateAllocation() [1/2]
◆ SetRateAllocation() [2/2]
◆ SupportsNativeHandle() [1/2]
bool webrtc::VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle |
( |
| ) |
const |
|
overridevirtual |
◆ SupportsNativeHandle() [2/2]
bool webrtc::VideoEncoderSoftwareFallbackWrapper::SupportsNativeHandle |
( |
| ) |
const |
|
overridevirtual |
The documentation for this class was generated from the following files: