SSpListener_SetMetersPerUnit
You can use theSSpListener_SetMetersPerUnitfunction to set the number of meters in one listener unit.
OSStatus SSpListener_SetMetersPerUnit ( SSpListenerReference inListenerReference, float inMetersPerUnit);
inListenerReference- A listener reference.
inMetersPerUnit- The number of meters in the listener unit of the specified listener.
- function result
- A result code.
DESCRIPTION
TheSSpListener_SetMetersPerUnitfunction sets the number of meters in the listener unit of the listener specified by theinListenerReferenceparameter to the value specified by theinMetersPerUnitparameter. For example, to have SoundSprocket interpret all values you pass its high-level functions as feet, you should set theinMetersPerUnitparameter to 0.3048.