Uses of Enum Class
org.webrtc.VideoCodecStatus
Packages that use VideoCodecStatus
-
Uses of VideoCodecStatus in org.webrtc
Methods in org.webrtc that return VideoCodecStatusModifier and TypeMethodDescriptionVideoDecoder.decode(EncodedImage frame, VideoDecoder.DecodeInfo info) Request the decoder to decode a frame.final VideoCodecStatusWrappedNativeVideoDecoder.decode(EncodedImage frame, VideoDecoder.DecodeInfo info) VideoEncoder.encode(VideoFrame frame, VideoEncoder.EncodeInfo info) Requests the encoder to encode a frame.final VideoCodecStatusWrappedNativeVideoEncoder.encode(VideoFrame frame, VideoEncoder.EncodeInfo info) VideoDecoder.initDecode(VideoDecoder.Settings settings, VideoDecoder.Callback decodeCallback) Initializes the decoding process with specified settings.final VideoCodecStatusWrappedNativeVideoDecoder.initDecode(VideoDecoder.Settings settings, VideoDecoder.Callback decodeCallback) VideoEncoder.initEncode(VideoEncoder.Settings settings, VideoEncoder.Callback encodeCallback) Initializes the encoding process.final VideoCodecStatusWrappedNativeVideoEncoder.initEncode(VideoEncoder.Settings settings, VideoEncoder.Callback encodeCallback) VideoDecoder.release()Called when the decoder is no longer needed.VideoEncoder.release()Releases the encoder.final VideoCodecStatusWrappedNativeVideoDecoder.release()final VideoCodecStatusWrappedNativeVideoEncoder.release()VideoEncoder.setRateAllocation(VideoEncoder.BitrateAllocation allocation, int framerate) Sets the bitrate allocation and the target framerate for the encoder.final VideoCodecStatusWrappedNativeVideoEncoder.setRateAllocation(VideoEncoder.BitrateAllocation allocation, int framerate) default VideoCodecStatusVideoEncoder.setRates(VideoEncoder.RateControlParameters rcParameters) Sets the bitrate allocation and the target framerate for the encoder.static VideoCodecStatusReturns 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.