Compartilhar via


AudioFormat.ChannelOutTopBackLeft Campo

Definição

Cuidado

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

Canal de saída superior esquerdo traseiro (veja TBL no diagrama de canais acima de 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

Valor do campo

Value = 131072

Implementações

Atributos

Comentários

Canal de saída superior esquerdo traseiro (veja TBL no diagrama de canais acima de BL)

Documentação Java para android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_LEFT.

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usado de acordo com os termos descritos na Creative Commons 2.5 Attribution License.

Aplica-se a