Android.Media.MediaCodecList: Method Members

The methods of Android.Media.MediaCodecList are listed below. For a list of all members, see the MediaCodecList Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

FindDecoderForFormat(MediaFormat) : string
Find a decoder supporting a given Android.Media.MediaFormat in the list of media-codecs.
FindEncoderForFormat(MediaFormat) : string
Find an encoder supporting a given Android.Media.MediaFormat in the list of media-codecs.
static
GetCodecInfoAt(int) : MediaCodecInfo
Return the Android.Media.MediaCodecInfo object for the codec at the given index in the regular list.
GetCodecInfos() : MediaCodecInfo[]
Returns the list of Android.Media.MediaCodecInfo objects for the list of media-codecs.