Firelight Technologies FMOD Studio API
Route the signal from a channel group into a seperate audio port on the output driver.
FMOD_RESULT System::attachChannelGroupToPort(
FMOD_PORT_TYPE portType,
FMOD_PORT_INDEX portIndex,
FMOD::ChannelGroup *channelgroup
);
FMOD_RESULT FMOD_System_AttachChannelGroupToPort(
FMOD_SYSTEM *system,
FMOD_PORT_TYPE portType,
FMOD_PORT_INDEX portIndex,
FMOD_CHANNELGROUP *channelgroup
);
If the function succeeds then the return value is FMOD_OK.
If the function fails then the return value will be one of the values defined in the FMOD_RESULT enumeration.
No signal from the channelgroup will be played through the default output port.
Version 1.03.06 Built on Apr 17, 2014