Android.Drm.DrmManagerClient.ConvertData Method
Converts the input data (content) that is part of a rights-protected file.

Syntax

[Android.Runtime.Register("convertData", "(I[B)Landroid/drm/DrmConvertedStatus;", "GetConvertData_IarrayBHandler")]
public virtual DrmConvertedStatus ConvertData (int convertId, byte[] inputData)

Parameters

convertId
Handle for the conversion session.
inputData
Input data that needs to be converted.

Returns

Documentation for this section has not yet been entered.

Remarks

Converts the input data (content) that is part of a rights-protected file. The converted data and status is returned in a Android.Drm.DrmConvertedStatus object. This method should be called each time there is a new block of data received by the application.

[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