Condividi tramite


AudioFormat.ChannelOutTopBackLeft Campo

Definizione

Attenzione

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

Canale di output in alto a sinistra (vedere TBL nel diagramma del canale sopra BL)

[Android.Runtime.Register("CHANNEL_OUT_TOP_BACK_LEFT", ApiSince=32)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)]
public const Android.Media.ChannelOut ChannelOutTopBackLeft = 131072;
[<Android.Runtime.Register("CHANNEL_OUT_TOP_BACK_LEFT", ApiSince=32)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.ChannelOut enum directly instead of this field.", true)>]
val mutable ChannelOutTopBackLeft : Android.Media.ChannelOut

Valore del campo

Value = 131072

Implementazioni

Attributi

Commenti

Canale di output in alto a sinistra (vedere TBL nel diagramma del canale sopra BL)

Documentazione java per android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_LEFT.

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