MediaDrm.ErrorCodes.ErrorInitData Campo

Definición

Precaución

This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.

El parámetro de datos init pasado a MediaDrm#getKeyRequest está vacío o no es válido.

[Android.Runtime.Register("ERROR_INIT_DATA", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorInitData = 15;
[<Android.Runtime.Register("ERROR_INIT_DATA", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorInitData : Android.Media.DrmErrorCode

Valor de campo

Value = 15
Atributos

Comentarios

El parámetro de datos init pasado a MediaDrm#getKeyRequest está vacío o no es válido.

Los datos de inicialización se obtienen normalmente de MediaExtractor#getPsshInfo() o MediaExtractor#getDrmInitData(). Consulte con el proveedor del MediaDrm complemento el formato de datos init esperado.

Java documentación para android.media.MediaDrm.ErrorCodes.ERROR_INIT_DATA.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a