DrmInfoStatus Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(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
- 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.
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.