MediaCodecInfo.CodecCapabilities.MimeType Property

Definition

Returns the mime type for which this codec-capability object was created.

public string? MimeType { [Android.Runtime.Register("getMimeType", "()Ljava/lang/String;", "")] get; }
[<get: Android.Runtime.Register("getMimeType", "()Ljava/lang/String;", "")>]
member this.MimeType : string

Property Value

Attributes

Remarks

Returns the mime type for which this codec-capability object was created.

Java documentation for android.media.MediaCodecInfo.CodecCapabilities.getMimeType().

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