AudioFormat.ChannelOutTopBackCenter 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 del centro de back-end (consulte TBC en el diagrama de canales anterior a BC)

[Android.Runtime.Register("CHANNEL_OUT_TOP_BACK_CENTER", 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 ChannelOutTopBackCenter = 262144;
[<Android.Runtime.Register("CHANNEL_OUT_TOP_BACK_CENTER", 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 ChannelOutTopBackCenter : Android.Media.ChannelOut

Valor de campo

Value = 262144

Implementaciones

Atributos

Comentarios

Canal de salida del centro de back-end (consulte TBC en el diagrama de canales anterior a BC)

Java documentación para android.media.AudioFormat.CHANNEL_OUT_TOP_BACK_CENTER.

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a