Compartilhar via


MediaDrm.ErrorCodes.ErrorMediaFramework Campo

Definição

Cuidado

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

Falha na estrutura de mídia.

[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 do campo

Value = 23
Atributos

Comentários

Falha na estrutura de mídia.

Tente liberar recursos de mídia (por exemplo MediaCodec, , MediaDrm) e reiniciar a reprodução.

Documentação Java para android.media.MediaDrm.ErrorCodes.ERROR_MEDIA_FRAMEWORK.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a