public class DefaultVideoDecoderFactory extends java.lang.Object implements VideoDecoderFactory
Constructor and Description |
---|
DefaultVideoDecoderFactory(EglBase.Context eglContext)
Create decoder factory using default hardware decoder factory.
|
Modifier and Type | Method and Description |
---|---|
VideoDecoder |
createDecoder(VideoCodecInfo codecType)
Creates a decoder for the given video codec.
|
VideoCodecInfo[] |
getSupportedCodecs()
Enumerates the list of supported video codecs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createDecoder
public DefaultVideoDecoderFactory(@Nullable EglBase.Context eglContext)
@Nullable public VideoDecoder createDecoder(VideoCodecInfo codecType)
VideoDecoderFactory
createDecoder
in interface VideoDecoderFactory
public VideoCodecInfo[] getSupportedCodecs()
VideoDecoderFactory
getSupportedCodecs
in interface VideoDecoderFactory
6.0.0