public interface VideoDecoderFactory
Modifier and Type | Method and Description |
---|---|
default VideoDecoder |
createDecoder(java.lang.String codecType)
Deprecated.
|
default VideoDecoder |
createDecoder(VideoCodecInfo info)
Creates a decoder for the given video codec.
|
default VideoCodecInfo[] |
getSupportedCodecs()
Enumerates the list of supported video codecs.
|
@Deprecated @Nullable default VideoDecoder createDecoder(java.lang.String codecType)
@Nullable default VideoDecoder createDecoder(VideoCodecInfo info)
default VideoCodecInfo[] getSupportedCodecs()
6.0.0