#include <fakewebrtcvideoengine.h>
|
| | FakeWebRtcVideoEncoder () |
| |
| int32_t | InitEncode (const webrtc::VideoCodec *codecSettings, int32_t numberOfCores, size_t maxPayloadSize) override |
| |
| bool | WaitForInitEncode () |
| |
| webrtc::VideoCodec | GetCodecSettings () |
| |
| int32_t | Encode (const webrtc::VideoFrame &inputImage, const webrtc::CodecSpecificInfo *codecSpecificInfo, const std::vector< webrtc::FrameType > *frame_types) override |
| |
| int32_t | RegisterEncodeCompleteCallback (webrtc::EncodedImageCallback *callback) override |
| |
| int32_t | Release () override |
| |
| int32_t | SetChannelParameters (uint32_t packetLoss, int64_t rtt) override |
| |
| int32_t | SetRateAllocation (const webrtc::BitrateAllocation &allocation, uint32_t framerate) override |
| |
| int | GetNumEncodedFrames () |
| |
| | FakeWebRtcVideoEncoder () |
| |
| int32_t | InitEncode (const webrtc::VideoCodec *codecSettings, int32_t numberOfCores, size_t maxPayloadSize) override |
| |
| bool | WaitForInitEncode () |
| |
| webrtc::VideoCodec | GetCodecSettings () |
| |
| int32_t | Encode (const webrtc::VideoFrame &inputImage, const webrtc::CodecSpecificInfo *codecSpecificInfo, const std::vector< webrtc::FrameType > *frame_types) override |
| |
| int32_t | RegisterEncodeCompleteCallback (webrtc::EncodedImageCallback *callback) override |
| |
| int32_t | Release () override |
| |
| int32_t | SetChannelParameters (uint32_t packetLoss, int64_t rtt) override |
| |
| int32_t | SetRateAllocation (const webrtc::BitrateAllocation &allocation, uint32_t framerate) override |
| |
| int | GetNumEncodedFrames () |
| |
| virtual | ~VideoEncoder () |
| |
| virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
| |
| virtual ScalingSettings | GetScalingSettings () const |
| |
| virtual int32_t | SetPeriodicKeyFrames (bool enable) |
| |
| virtual bool | SupportsNativeHandle () const |
| |
| virtual const char * | ImplementationName () const |
| |
| virtual | ~VideoEncoder () |
| |
| virtual int32_t | SetRates (uint32_t bitrate, uint32_t framerate) |
| |
| virtual ScalingSettings | GetScalingSettings () const |
| |
| virtual int32_t | SetPeriodicKeyFrames (bool enable) |
| |
| virtual bool | SupportsNativeHandle () const |
| |
| virtual const char * | ImplementationName () const |
| |
|
| 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 () |
| |
◆ FakeWebRtcVideoEncoder() [1/2]
| cricket::FakeWebRtcVideoEncoder::FakeWebRtcVideoEncoder |
( |
| ) |
|
|
inline |
◆ FakeWebRtcVideoEncoder() [2/2]
| cricket::FakeWebRtcVideoEncoder::FakeWebRtcVideoEncoder |
( |
| ) |
|
|
inline |
◆ Encode() [1/2]
◆ Encode() [2/2]
◆ GetCodecSettings() [1/2]
◆ GetCodecSettings() [2/2]
◆ GetNumEncodedFrames() [1/2]
| int cricket::FakeWebRtcVideoEncoder::GetNumEncodedFrames |
( |
| ) |
|
|
inline |
◆ GetNumEncodedFrames() [2/2]
| int cricket::FakeWebRtcVideoEncoder::GetNumEncodedFrames |
( |
| ) |
|
|
inline |
◆ InitEncode() [1/2]
◆ InitEncode() [2/2]
◆ RegisterEncodeCompleteCallback() [1/2]
◆ RegisterEncodeCompleteCallback() [2/2]
◆ Release() [1/2]
| int32_t cricket::FakeWebRtcVideoEncoder::Release |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Release() [2/2]
| int32_t cricket::FakeWebRtcVideoEncoder::Release |
( |
| ) |
|
|
inlineoverridevirtual |
◆ SetChannelParameters() [1/2]
◆ SetChannelParameters() [2/2]
◆ SetRateAllocation() [1/2]
◆ SetRateAllocation() [2/2]
◆ WaitForInitEncode() [1/2]
| bool cricket::FakeWebRtcVideoEncoder::WaitForInitEncode |
( |
| ) |
|
|
inline |
◆ WaitForInitEncode() [2/2]
| bool cricket::FakeWebRtcVideoEncoder::WaitForInitEncode |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: