Compartir a través de


MediaDrm.ErrorCodes.ErrorMediaFramework Campo

Definición

Precaución

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

Error en el marco de medios.

[Android.Runtime.Register("ERROR_MEDIA_FRAMEWORK", 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 ErrorMediaFramework = 23;
[<Android.Runtime.Register("ERROR_MEDIA_FRAMEWORK", 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 ErrorMediaFramework : Android.Media.DrmErrorCode

Valor de campo

Value = 23
Atributos

Comentarios

Error en el marco de medios.

Intente liberar recursos multimedia (por ejemplo MediaCodec, , MediaDrm) y reinicie la reproducción.

Documentación de Java para android.media.MediaDrm.ErrorCodes.ERROR_MEDIA_FRAMEWORK.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a