MediaCodecList.GetCodecInfos Method

Definition

Returns the list of MediaCodecInfo objects for the list of media-codecs.

[Android.Runtime.Register("getCodecInfos", "()[Landroid/media/MediaCodecInfo;", "")]
public Android.Media.MediaCodecInfo[]? GetCodecInfos ();
[<Android.Runtime.Register("getCodecInfos", "()[Landroid/media/MediaCodecInfo;", "")>]
member this.GetCodecInfos : unit -> Android.Media.MediaCodecInfo[]

Returns

Attributes

Remarks

Returns the list of MediaCodecInfo objects for the list of media-codecs.

Java documentation for android.media.MediaCodecList.getCodecInfos().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to