Compartir a través de


AudioFormat.ChannelOutTopBackLeft Campo

Definición

Precaución

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

Canal de salida de la parte superior izquierda (consulte TBL en el diagrama del canal anterior 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 de campo

Value = 131072

Implementaciones

Atributos

Comentarios

Canal de salida de la parte superior izquierda (consulte TBL en el diagrama del canal anterior BL)

Documentación de Java para android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_LEFT.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a