Condividi tramite


MediaCodec.InfoOutputFormatChanged Campo

Definizione

Attenzione

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

Il formato di output è stato modificato, i dati successivi seguiranno il nuovo formato.

[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

Valore del campo

Value = -2
Attributi

Commenti

Il formato di output è stato modificato, i dati successivi seguiranno il nuovo formato. #getOutputFormat() restituisce il nuovo formato. Si noti che è anche possibile usare il nuovo #getOutputFormat(int) metodo per ottenere il formato per un buffer di output specifico. In questo modo è possibile tenere traccia delle modifiche al formato di output.

Documentazione java per android.media.MediaCodec.INFO_OUTPUT_FORMAT_CHANGED.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dal progetto Open Source Android e usato in base ai termini descritti nella licenza Creative Commons 2.5 Attribuzione.

Si applica a