|
| virtual | ~MediaCodecVideoEncoder () |
| |
| | MediaCodecVideoEncoder (JNIEnv *jni, const cricket::VideoCodec &codec, jobject egl_context) |
| |
| int32_t | InitEncode (const webrtc::VideoCodec *codec_settings, int32_t, size_t) override |
| |
| int32_t | Encode (const webrtc::VideoFrame &input_image, const webrtc::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, int64_t) override |
| |
| int32_t | SetRateAllocation (const webrtc::BitrateAllocation &rate_allocation, uint32_t frame_rate) override |
| |
| bool | SupportsNativeHandle () 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 () |
| |
◆ ~MediaCodecVideoEncoder()
| webrtc_jni::MediaCodecVideoEncoder::~MediaCodecVideoEncoder |
( |
| ) |
|
|
virtual |
◆ MediaCodecVideoEncoder()
| webrtc_jni::MediaCodecVideoEncoder::MediaCodecVideoEncoder |
( |
JNIEnv * |
jni, |
|
|
const cricket::VideoCodec & |
codec, |
|
|
jobject |
egl_context |
|
) |
| |
◆ Encode()
◆ ImplementationName()
| const char * webrtc_jni::MediaCodecVideoEncoder::ImplementationName |
( |
| ) |
const |
|
overridevirtual |
◆ InitEncode()
◆ RegisterEncodeCompleteCallback()
◆ Release()
| int32_t webrtc_jni::MediaCodecVideoEncoder::Release |
( |
| ) |
|
|
overridevirtual |
◆ SetChannelParameters()
◆ SetRateAllocation()
◆ SupportsNativeHandle()
| bool webrtc_jni::MediaCodecVideoEncoder::SupportsNativeHandle |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: