Package apple.audiotoolbox.enums
Class AUReverbRoomType
- java.lang.Object
-
- apple.audiotoolbox.enums.AUReverbRoomType
-
public final class AUReverbRoomType extends java.lang.Object[@enum] Reverb Room Types Used to specify room type (as identified by a factory preset number) on Apple audio units that use internal reverb.
-
-
Field Summary
Fields Modifier and Type Field Description static intCathedralstatic intLargeChamberstatic intLargeHallstatic intLargeHall2static intLargeRoomstatic intLargeRoom2static intMediumChamberstatic intMediumHallstatic intMediumHall2static intMediumHall3static intMediumRoomstatic intPlatestatic intSmallRoom
-
-
-
Field Detail
-
SmallRoom
public static final int SmallRoom
- See Also:
- Constant Field Values
-
MediumRoom
public static final int MediumRoom
- See Also:
- Constant Field Values
-
LargeRoom
public static final int LargeRoom
- See Also:
- Constant Field Values
-
MediumHall
public static final int MediumHall
- See Also:
- Constant Field Values
-
LargeHall
public static final int LargeHall
- See Also:
- Constant Field Values
-
Plate
public static final int Plate
- See Also:
- Constant Field Values
-
MediumChamber
public static final int MediumChamber
- See Also:
- Constant Field Values
-
LargeChamber
public static final int LargeChamber
- See Also:
- Constant Field Values
-
Cathedral
public static final int Cathedral
- See Also:
- Constant Field Values
-
LargeRoom2
public static final int LargeRoom2
- See Also:
- Constant Field Values
-
MediumHall2
public static final int MediumHall2
- See Also:
- Constant Field Values
-
MediumHall3
public static final int MediumHall3
- See Also:
- Constant Field Values
-
LargeHall2
public static final int LargeHall2
- See Also:
- Constant Field Values
-
-