AudioFormat.ChannelOutLowFrequency2 Field

Definition

Caution

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

The second LFE channel When used in conjunction with #CHANNEL_OUT_LOW_FREQUENCY, it is intended to contain the right low-frequency effect signal, also referred to as "LFE2" in ITU-R BS.

[Android.Runtime.Register("CHANNEL_OUT_LOW_FREQUENCY_2", 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 ChannelOutLowFrequency2 = 33554432;
[<Android.Runtime.Register("CHANNEL_OUT_LOW_FREQUENCY_2", 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 ChannelOutLowFrequency2 : Android.Media.ChannelOut

Field Value

Value = 33554432

Implements

Attributes

Remarks

The second LFE channel When used in conjunction with #CHANNEL_OUT_LOW_FREQUENCY, it is intended to contain the right low-frequency effect signal, also referred to as "LFE2" in ITU-R BS.2159-8

Java documentation for android.media.AudioFormat.CHANNEL_OUT_LOW_FREQUENCY_2.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to