Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of acoustic environment that is simulated when audio is processed for an ISpatialAudioObjectForHrtf.
Syntax
typedef enum SpatialAudioHrtfEnvironmentType {
SpatialAudioHrtfEnvironment_Small = 0,
SpatialAudioHrtfEnvironment_Medium,
SpatialAudioHrtfEnvironment_Large,
SpatialAudioHrtfEnvironment_Outdoors,
SpatialAudioHrtfEnvironment_Average
} ;
Constants
SpatialAudioHrtfEnvironment_Small Value: 0 A small room. |
SpatialAudioHrtfEnvironment_Medium A medium-sized room. |
SpatialAudioHrtfEnvironment_Large A large room. |
SpatialAudioHrtfEnvironment_Outdoors An outdoor space. |
SpatialAudioHrtfEnvironment_Average Reserved for Microsoft use. Apps should not use this value. |
Requirements
Requirement | Value |
---|---|
Header | spatialaudiohrtf.h |