SSpSource_GetMode
You can use theSSpSource_GetMode
function to get the current source mode for a sound source.
OSStatus SSpSource_GetMode ( SSpSourceReference inSourceReference, UInt32 *outMode);
inSourceReference
- A source reference.
outMode
- On exit, the current 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_GetMode
function returns, in theoutMode
parameter, the current source mode of the sound source specified by theinSourceReference
parameter.