Android.Drm.DrmConvertedStatus Class
An entity class that wraps converted data, conversion status, and the offset for appending the header and body signature to the converted data.

See Also: DrmConvertedStatus Members

Syntax

[Android.Runtime.Register("android/drm/DrmConvertedStatus", DoNotGenerateAcw=true)]
public class DrmConvertedStatus : Java.Lang.Object

Remarks

An entity class that wraps converted data, conversion status, and the offset for appending the header and body signature to the converted data. An instance of this class may be created two ways by the drm framework: a) a call to DrmManagerClient.ConvertData(int, System.Byte[]) and b) a call to DrmManagerClient.CloseConvertSession(int). An valid offset value is provided only from a success call to DrmManagerClient.CloseConvertSession(int).

[Android Documentation]

Requirements

Namespace: Android.Drm
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11