Langue

MediaDrm.ErrorCodes.ErrorZeroSubsamples Champ

Définition

Attention

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

MediaCodec#queueSecureInputBuffer appelée avec 0 sous-échantillonnages.

[Android.Runtime.Register("ERROR_ZERO_SUBSAMPLES", 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 ErrorZeroSubsamples = 33;
[<Android.Runtime.Register("ERROR_ZERO_SUBSAMPLES", 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 ErrorZeroSubsamples : Android.Media.DrmErrorCode

Valeur de champ

Value = 33
Attributs

Remarques

MediaCodec#queueSecureInputBuffer appelée avec 0 sous-échantillonnages.

Vérifiez l’objet MediaCodec.CryptoInfo passé à MediaCodec#queueSecureInputBuffer.

Documentation Java pour android.media.MediaDrm.ErrorCodes.ERROR_ZERO_SUBSAMPLES.

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à