public class VideoDecoderFallback extends WrappedNativeVideoDecoder
VideoDecoder.Callback, VideoDecoder.DecodeInfo, VideoDecoder.Settings
Constructor and Description |
---|
VideoDecoderFallback(VideoDecoder fallback,
VideoDecoder primary) |
Modifier and Type | Method and Description |
---|---|
long |
createNativeVideoDecoder()
The decoder implementation backing this interface is either 1) a Java
decoder (e.g., an Android platform decoder), or alternatively 2) a native
decoder (e.g., a software decoder or a C++ decoder adapter).
|
decode, getImplementationName, getPrefersLateDecoding, initDecode, release
public VideoDecoderFallback(VideoDecoder fallback, VideoDecoder primary)
public long createNativeVideoDecoder()
VideoDecoder
createNativeVideoDecoder
in interface VideoDecoder
createNativeVideoDecoder
in class WrappedNativeVideoDecoder
6.0.0