public interface VideoDecoderFactory
限定符和类型 | 方法和说明 |
---|---|
VideoDecoder |
createDecoder(java.lang.String codecType)
Creates a VideoDecoder for the given codec.
|
default VideoCodecInfo[] |
getSupportedCodecs()
Enumerates the list of supported video codecs.
|
@Nullable VideoDecoder createDecoder(java.lang.String codecType)
default VideoCodecInfo[] getSupportedCodecs()