Uses of Class
org.webrtc.EncodedImage
-
Uses of EncodedImage 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) private static void
VideoEncoderWrapper.nativeOnEncodedFrame
(long nativeVideoEncoderWrapper, EncodedImage frame) void
VideoEncoder.Callback.onEncodedFrame
(EncodedImage frame, VideoEncoder.CodecSpecificInfo info) Old encoders assume that the byte buffer held by `frame` is not accessed after the call to this method returns.