Package | Description |
---|---|
org.webrtc |
Modifier and Type | Method and Description |
---|---|
EncodedImage |
EncodedImage.Builder.createEncodedImage() |
Modifier and Type | Method and Description |
---|---|
VideoCodecStatus |
VideoDecoder.decode(EncodedImage frame,
VideoDecoder.DecodeInfo info)
Request the decoder to decode a frame.
|
void |
VideoEncoder.Callback.onEncodedFrame(EncodedImage frame,
VideoEncoder.CodecSpecificInfo info)
Call to return an encoded frame.
|