MediaCodec.InfoOutputFormatChanged Champ
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Attention
This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.
Le format de sortie a changé, les données suivantes suivent le nouveau format.
[Android.Runtime.Register("INFO_OUTPUT_FORMAT_CHANGED")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)]
public const Android.Media.MediaCodecInfoState InfoOutputFormatChanged = -2;
[<Android.Runtime.Register("INFO_OUTPUT_FORMAT_CHANGED")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecInfoState enum directly instead of this field.", true)>]
val mutable InfoOutputFormatChanged : Android.Media.MediaCodecInfoState
Valeur de champ
Value = -2- Attributs
Remarques
Le format de sortie a changé, les données suivantes suivent le nouveau format. #getOutputFormat()
retourne le nouveau format. Notez que vous pouvez également utiliser la nouvelle #getOutputFormat(int)
méthode pour obtenir le format d’une mémoire tampon de sortie spécifique. Cela vous permet de devoir suivre les modifications du format de sortie.
Documentation Java pour android.media.MediaCodec.INFO_OUTPUT_FORMAT_CHANGED
.
Les parties de cette page sont des modifications basées sur le travail créé et partagé par le projet Android Open Source et utilisés en fonction des termes décrits dans la licence d’attribution Creative Commons 2.5.