Android.Media.MediaCodecList Class
Allows you to enumerate available codecs, each specified as a Android.Media.MediaCodecInfo object, find a codec supporting a given format and query the capabilities of a given codec.

See Also: MediaCodecList Members

Syntax

[Android.Runtime.Register("android/media/MediaCodecList", DoNotGenerateAcw=true)]
public sealed class MediaCodecList : Java.Lang.Object

Remarks

Allows you to enumerate available codecs, each specified as a Android.Media.MediaCodecInfo object, find a codec supporting a given format and query the capabilities of a given codec.

See Android.Media.MediaCodecInfo for sample usage.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16