public class DecoderCapabilities extends Object
Modifier and Type | Class and Description |
---|---|
static class |
DecoderCapabilities.AudioDecoder
The AudioDecoder class represents the type of an audio decoder
|
static class |
DecoderCapabilities.VideoDecoder
The VideoDecoder class represents the type of a video decoder
|
Modifier and Type | Method and Description |
---|---|
static List<DecoderCapabilities.AudioDecoder> |
getAudioDecoders()
Returns the list of audio decoder types
|
static List<DecoderCapabilities.VideoDecoder> |
getVideoDecoders()
Returns the list of video decoder types
|
public static List<DecoderCapabilities.VideoDecoder> getVideoDecoders()
DecoderCapabilities.VideoDecoder
public static List<DecoderCapabilities.AudioDecoder> getAudioDecoders()
DecoderCapabilities.AudioDecoder