Uses of Enum Class
org.webrtc.VideoCodecStatus
-
Uses of VideoCodecStatus in org.webrtc
Modifier and TypeMethodDescriptionVideoDecoder.decode
(EncodedImage frame, VideoDecoder.DecodeInfo info) Request the decoder to decode a frame.final VideoCodecStatus
WrappedNativeVideoDecoder.decode
(EncodedImage frame, VideoDecoder.DecodeInfo info) VideoEncoder.encode
(VideoFrame frame, VideoEncoder.EncodeInfo info) Requests the encoder to encode a frame.final VideoCodecStatus
WrappedNativeVideoEncoder.encode
(VideoFrame frame, VideoEncoder.EncodeInfo info) VideoDecoder.initDecode
(VideoDecoder.Settings settings, VideoDecoder.Callback decodeCallback) Initializes the decoding process with specified settings.final VideoCodecStatus
WrappedNativeVideoDecoder.initDecode
(VideoDecoder.Settings settings, VideoDecoder.Callback decodeCallback) VideoEncoder.initEncode
(VideoEncoder.Settings settings, VideoEncoder.Callback encodeCallback) Initializes the encoding process.final VideoCodecStatus
WrappedNativeVideoEncoder.initEncode
(VideoEncoder.Settings settings, VideoEncoder.Callback encodeCallback) VideoDecoder.release()
Called when the decoder is no longer needed.VideoEncoder.release()
Releases the encoder.final VideoCodecStatus
WrappedNativeVideoDecoder.release()
final VideoCodecStatus
WrappedNativeVideoEncoder.release()
VideoEncoder.setRateAllocation
(VideoEncoder.BitrateAllocation allocation, int framerate) Sets the bitrate allocation and the target framerate for the encoder.final VideoCodecStatus
WrappedNativeVideoEncoder.setRateAllocation
(VideoEncoder.BitrateAllocation allocation, int framerate) default VideoCodecStatus
VideoEncoder.setRates
(VideoEncoder.RateControlParameters rcParameters) Sets the bitrate allocation and the target framerate for the encoder.static VideoCodecStatus
Returns the enum constant of this class with the specified name.static VideoCodecStatus[]
VideoCodecStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.