SourceObject::GetSourceType
Defined in:
Returns the specific type of a source.
C4Sources.h
Prototype
SourceType GetSourceType(void) const;
Description
The GetSourceType
function returns the specific source type, which can be one of the following constants.
kSourceAmbient |
Ambient sound source. |
kSourceOmni |
Omnidirectional sound source. |
kSourceDirected |
Directed sound source. |