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 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.