Package apple.audiotoolbox.enums
Class AUAudioUnitBusType
- java.lang.Object
-
- apple.audiotoolbox.enums.AUAudioUnitBusType
-
public final class AUAudioUnitBusType extends java.lang.Object[@enum] AUAudioUnitBusType Describes whether a bus array is for input or output.
-
-
Field Detail
-
Input
public static final long Input
- See Also:
- Constant Field Values
-
Output
public static final long Output
- See Also:
- Constant Field Values
-
-