DrmInfoStatus Constructors

Definition

Overloads

DrmInfoStatus(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

DrmInfoStatus(DrmInfoStatusCode, DrmInfoRequestType, ProcessedData, String)

Creates a DrmInfoStatus object with the specified parameters.

DrmInfoStatus(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected DrmInfoStatus (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Drm.DrmInfoStatus : nativeint * Android.Runtime.JniHandleOwnership -> Android.Drm.DrmInfoStatus

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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

DrmInfoStatus(DrmInfoStatusCode, DrmInfoRequestType, ProcessedData, String)

Creates a DrmInfoStatus object with the specified parameters.

[Android.Runtime.Register(".ctor", "(IILandroid/drm/ProcessedData;Ljava/lang/String;)V", "")]
public DrmInfoStatus (Android.Drm.DrmInfoStatusCode statusCode, Android.Drm.DrmInfoRequestType infoType, Android.Drm.ProcessedData? data, string? mimeType);
[<Android.Runtime.Register(".ctor", "(IILandroid/drm/ProcessedData;Ljava/lang/String;)V", "")>]
new Android.Drm.DrmInfoStatus : Android.Drm.DrmInfoStatusCode * Android.Drm.DrmInfoRequestType * Android.Drm.ProcessedData * string -> Android.Drm.DrmInfoStatus

Parameters

statusCode
DrmInfoStatusCode

The status of the communication. Must be one of the defined status constants above.

infoType
DrmInfoRequestType

The type of the DRM information processed. Must be a valid type for DrmInfoRequest.

data
ProcessedData

The processed data.

mimeType
String

The MIME type.

Attributes

Remarks

Creates a DrmInfoStatus object with the specified parameters.

Java documentation for android.drm.DrmInfoStatus.DrmInfoStatus(int, int, android.drm.ProcessedData, java.lang.String).

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