Android.Drm.DrmManagerClient.CloseConvertSession Method
Informs the DRM plug-in (agent) that there is no more data to convert or that an error has occurred.

Syntax

[Android.Runtime.Register("closeConvertSession", "(I)Landroid/drm/DrmConvertedStatus;", "GetCloseConvertSession_IHandler")]
public virtual DrmConvertedStatus CloseConvertSession (int convertId)

Parameters

convertId
Handle for the conversion session.

Returns

Documentation for this section has not yet been entered.

Remarks

Informs the DRM plug-in (agent) that there is no more data to convert or that an error has occurred. Upon successful conversion of the data, the DRM agent will provide an offset value indicating where the header and body signature should be added. Appending the signature is necessary to protect the integrity of the converted file.

[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