public class SoftwareVideoDecoderFactory extends java.lang.Object implements VideoDecoderFactory
| Constructor and Description |
|---|
SoftwareVideoDecoderFactory() |
| Modifier and Type | Method and Description |
|---|---|
VideoDecoder |
createDecoder(java.lang.String codecType)
Deprecated.
|
VideoDecoder |
createDecoder(VideoCodecInfo codecType)
Creates a decoder for the given video codec.
|
VideoCodecInfo[] |
getSupportedCodecs()
Enumerates the list of supported video codecs.
|
@Deprecated @Nullable public VideoDecoder createDecoder(java.lang.String codecType)
VideoDecoderFactorycreateDecoder in interface VideoDecoderFactory@Nullable public VideoDecoder createDecoder(VideoCodecInfo codecType)
VideoDecoderFactorycreateDecoder in interface VideoDecoderFactorypublic VideoCodecInfo[] getSupportedCodecs()
VideoDecoderFactorygetSupportedCodecs in interface VideoDecoderFactory