MediaCodecInfo.GetSupportedTypes Method

Definition

Query the media types supported by the codec.

[Android.Runtime.Register("getSupportedTypes", "()[Ljava/lang/String;", "")]
public string[]? GetSupportedTypes ();
[<Android.Runtime.Register("getSupportedTypes", "()[Ljava/lang/String;", "")>]
member this.GetSupportedTypes : unit -> string[]

Returns

String[]
Attributes

Remarks

Query the media types supported by the codec.

Java documentation for android.media.MediaCodecInfo.getSupportedTypes().

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