Package apple.audiotoolbox.enums
Class AudioBalanceFadeType
- java.lang.Object
-
- apple.audiotoolbox.enums.AudioBalanceFadeType
-
public final class AudioBalanceFadeType extends java.lang.Object[@enum] AudioBalanceFadeType used for mType field of AudioBalanceFade struct [@constant] kAudioBalanceFadeType_MaxUnityGain the gain value never exceeds 1.0, the opposite channel fades out. This can reduce overall loudness when the balance or fade is not in the center. [@constant] kAudioBalanceFadeType_EqualPower The overall loudness remains constant, but gain can exceed 1.0. the gain value is 1.0 when the balance and fade are in the center. From there they can increase to +3dB (1.414) and decrease to -inf dB (0.0).
-
-
Field Summary
Fields Modifier and Type Field Description static intEqualPowerstatic intMaxUnityGain
-
-
-
Field Detail
-
MaxUnityGain
public static final int MaxUnityGain
- See Also:
- Constant Field Values
-
EqualPower
public static final int EqualPower
- See Also:
- Constant Field Values
-
-