AudioFormat.ChannelOutTopFrontRight Campo
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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 frontal direito (veja TFR no diagrama de canais acima de 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 do campo
Value = 65536Implementações
- Atributos
Comentários
Canal de saída superior frontal direito (veja TFR no diagrama de canais acima de FR)
Documentação Java para android.media.AudioFormat.CHANNEL_OUT_TOP_FRONT_RIGHT
.
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.