Compartir a través de


AudioFormat.ChannelOutTopFrontRight 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 frontal superior derecho (consulte TFR en el diagrama de canales anterior a FR)

[Android.Runtime.Register("CHANNEL_OUT_TOP_FRONT_RIGHT", 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 ChannelOutTopFrontRight = 65536;
[<Android.Runtime.Register("CHANNEL_OUT_TOP_FRONT_RIGHT", 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 ChannelOutTopFrontRight : Android.Media.ChannelOut

Valor de campo

Value = 65536

Implementaciones

Atributos

Comentarios

Canal de salida frontal superior derecho (consulte TFR en el diagrama de canales anterior a FR)

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

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