Package apple.audiotoolbox.enums
Class AUSpatialMixerOutputType
- java.lang.Object
-
- apple.audiotoolbox.enums.AUSpatialMixerOutputType
-
public final class AUSpatialMixerOutputType extends java.lang.Object[@enum] Property values for kAudioUnitProperty_SpatialMixerOutputType [@constant] kSpatialMixerOutputType_Headphones Render for headphones. [@constant] kSpatialMixerOutputType_BuiltInSpeakers Render for built-in speakers. The spatialization is optimized for current hardware and will not be suitable for playback on other hardware. On iOS devices, the rendering may be specific to device orientation. Non-realtime rendering may not provide intended results if the orientation changes between rendering the audio and playing it back. [@constant] kSpatialMixerOutputType_ExternalSpeakers Render for external speakers based on the mixer's output channel layout.
-
-
Field Summary
Fields Modifier and Type Field Description static intBuiltInSpeakersstatic intExternalSpeakersstatic intHeadphones
-
-
-
Field Detail
-
Headphones
public static final int Headphones
- See Also:
- Constant Field Values
-
BuiltInSpeakers
public static final int BuiltInSpeakers
- See Also:
- Constant Field Values
-
ExternalSpeakers
public static final int ExternalSpeakers
- See Also:
- Constant Field Values
-
-