Uses of Class
org.webrtc.EncodedImage
Packages that use EncodedImage
-
Uses of EncodedImage in org.webrtc
Methods in org.webrtc that return EncodedImageMethods in org.webrtc with parameters of type EncodedImageModifier and TypeMethodDescriptionVideoDecoder.decode(EncodedImage frame, VideoDecoder.DecodeInfo info) Request the decoder to decode a frame.final VideoCodecStatusWrappedNativeVideoDecoder.decode(EncodedImage frame, VideoDecoder.DecodeInfo info) private static voidVideoEncoderWrapper.nativeOnEncodedFrame(long nativeVideoEncoderWrapper, EncodedImage frame) voidVideoEncoder.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.