Previous Book Contents Book Index Next

Inside Macintosh: Apple Game Sprockets Guide /
Chapter 1 - SoundSprocket / SoundSprocket Reference
SoundSprocket Functions / Creating and Managing 3D Sound Sources


SSpSource_GetOrientation

You can use the SSpSource_GetOrientation function to get the orientation of a sound source.

OSStatus SSpSource_GetOrientation (
SSpSourceReference inSourceReference,
TQ3Vector3D *outOrientation);
inSourceReference
A source reference.
outOrientation
On exit, the untransformed orientation of the sound source.
function result
A result code.
DESCRIPTION
The SSpSource_GetOrientation function returns, in the outOrientation parameter, the untransformed orientation of the sound source specified by the inSourceReference parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
2 JUL 1996