java.lang.Object | |
↳ | android.media.MediaCodecInfo.CodecCapabilities |
Encapsulates the capabilities of a given codec component. For example, what profile/level combinations it supports and what colorspaces it is capable of providing the decoded data in, as well as some codec-type specific capability flags.
You can get an instance for a given
MediaCodecInfo
object with
getCapabilitiesForType()
, passing a MIME type.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
colorFormats | Defined in the OpenMAX IL specs, color format values are drawn from OMX_COLOR_FORMATTYPE. | |||||||||
|
profileLevels |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Query codec feature capabilities.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
video decoder only : codec supports seamless resolution changes.
Defined in the OpenMAX IL specs, color format values are drawn from OMX_COLOR_FORMATTYPE.
Query codec feature capabilities.