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)
VideoDecoderFactory
createDecoder
in interface VideoDecoderFactory
@Nullable public VideoDecoder createDecoder(VideoCodecInfo codecType)
VideoDecoderFactory
createDecoder
in interface VideoDecoderFactory
public VideoCodecInfo[] getSupportedCodecs()
VideoDecoderFactory
getSupportedCodecs
in interface VideoDecoderFactory
6.0.0