SSpSource_SetMode
You can use theSSpSource_SetMode
function to set the source mode for a sound source.
OSStatus SSpSource_SetMode ( SSpSourceReference inSourceReference, UInt32 inMode);
inSourceReference
- A source reference.
inMode
- The desired source mode of the sound source. See "Source Modes" (page 1-26) for a description of the available source modes.
- function result
- A result code.
DESCRIPTION
TheSSpSource_SetMode
function sets the source mode of the sound source specified by theinSourceReference
parameter to the mode specified by theinMode
parameter. The default source mode iskSSpSourceMode_Localized
.