Lingua

MediaParser.SampleFlagDecodeOnly Campo

Definizione

Attenzione

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

Indica che l'esempio deve essere decodificato ma non sottoposto a rendering.

[Android.Runtime.Register("SAMPLE_FLAG_DECODE_ONLY", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.SampleFlags enum directly instead of this field.", true)]
public const Android.Media.SampleFlags SampleFlagDecodeOnly = -2147483648;
[<Android.Runtime.Register("SAMPLE_FLAG_DECODE_ONLY", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.SampleFlags enum directly instead of this field.", true)>]
val mutable SampleFlagDecodeOnly : Android.Media.SampleFlags

Valore del campo

Value = -2147483648
Attributi

Commenti

Indica che l'esempio deve essere decodificato ma non sottoposto a rendering.

per android.media.MediaParser.SAMPLE_FLAG_DECODE_ONLY.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a