AudioFormat.ChannelOutFrontWideRight 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 ancho frontal derecho (consulte FWR en el diagrama de canales)

[Android.Runtime.Register("CHANNEL_OUT_FRONT_WIDE_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 ChannelOutFrontWideRight = 134217728;
[<Android.Runtime.Register("CHANNEL_OUT_FRONT_WIDE_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 ChannelOutFrontWideRight : Android.Media.ChannelOut

Valor de campo

Value = 134217728

Implementaciones

Atributos

Comentarios

Canal de salida de ancho frontal derecho (consulte FWR en el diagrama de canales)

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

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