MediaCodecInfo.CodecProfileLevel.VP9Profile1 Campo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Attenzione
This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.
Profilo VP9 1 4:2:2 a 8 bit
[Android.Runtime.Register("VP9Profile1", ApiSince=24)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)]
public const Android.Media.MediaCodecProfileType VP9Profile1 = 2;
[<Android.Runtime.Register("VP9Profile1", ApiSince=24)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaCodecProfileType enum directly instead of this field.", true)>]
val mutable VP9Profile1 : Android.Media.MediaCodecProfileType
Valore del campo
Value = 2- Attributi
Commenti
Profilo VP9 1 4:2:2 a 8 bit
Documentazione java per android.media.MediaCodecInfo.CodecProfileLevel.VP9Profile1
.
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.