DrmInfoStatus.MimeType Property

Definition

The MIME type of the content.

[Android.Runtime.Register("mimeType")]
public string? MimeType { get; set; }
[<Android.Runtime.Register("mimeType")>]
member this.MimeType : string with get, set

Property Value

Attributes

Remarks

The MIME type of the content. Must not be null or an empty string.

Java documentation for android.drm.DrmInfoStatus.mimeType.

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