Android.Media.MediaCodecList Members

The members of Android.Media.MediaCodecList are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Create a list of media-codecs of a specific kind.

Public Properties

[read-only]
static
CodecCountint. Count the number of available (regular) codecs.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.