Firelight Technologies FMOD Studio API
Studio::Bus::getID
Retrieves the ID of the bus.
C++ Syntax
FMOD_RESULT Studio::Bus::getID(
FMOD_GUID *id
);
C Syntax
FMOD_RESULT FMOD_Studio_Bus_GetID(
FMOD_STUDIO_BUS *bus,
FMOD_GUID *id
);
C# Syntax
RESULT Studio.Bus.getID(
out Guid id
);
JavaScript Syntax
Bus.getID(
id // writes value to id.val
);
Parameters
- id
- Address of a variable to receive the 128-bit GUID.
Return Values
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.
Version 1.10.03 Built on Feb 1, 2018