Firelight Technologies FMOD Studio API
Retrieves a MixerStrip.
FMOD_RESULT Studio::System::getMixerStrip(
const FMOD_GUID *id,
FMOD_STUDIO_LOADING_MODE mode,
Studio::MixerStrip **mixerStrip
);
FMOD_RESULT FMOD_Studio_System_GetMixerStrip(
FMOD_STUDIO_SYSTEM *system,
const FMOD_GUID *id,
FMOD_STUDIO_LOADING_MODE mode,
FMOD_STUDIO_MIXERSTRIP **mixerStrip
);
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.
This function allows you to retrieve a handle for any Bus or VCA in the global mixer. The ID can be looked up using Studio::System::lookupID or parsed from a string using Studio::parseID.
Version 1.03.06 Built on Apr 17, 2014