public final class DecoderInfo extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
adaptive
Whether the decoder supports seamless resolution switches.
|
MediaCodecInfo.CodecCapabilities |
capabilities
MediaCodecInfo.CodecCapabilities for this decoder. |
String |
name
The name of the decoder.
|
public final String name
May be passed to MediaCodec.createByCodecName(String)
to create an
instance of the decoder.
public final MediaCodecInfo.CodecCapabilities capabilities
MediaCodecInfo.CodecCapabilities
for this decoder.public final boolean adaptive