Unigine.Plugins.FMOD.Bus Class
This set of functions is available when the FMOD plugin is loaded.
Represents a global mixer bus.
Bus Class
Properties
bool Paused#
The pause state.
float Volume#
The volume level.
bool Muted#
The mute state.
bool IsValid#
The value indicating if the bus reference is valid.
Members
void StopAllEvents ( ) #
Stops all event instances that are routed into the bus.void Release ( ) #
Releases the bus object.string GetPath ( ) #
Returns the bus object's path.Return value
Object's path.ChannelGroup GetChannelGroup ( ) #
Returns the core ChannelGroup. By default the ChannelGroup will only exist when it is needed. If the ChannelGroup does not exist, this function will return ERR_STUDIO_NOT_LOADED.Return value
The core ChannelGroup.void LockChannelGroup ( ) #
Locks the core ChannelGroup. This function forces the system to create the ChannelGroup and keep it available until unlockChannelGroup is called.void UnlockChannelGroup ( ) #
Unlocks the core ChannelGroup. This function allows the system to destroy the ChannelGroup when it is not needed.Last update:
2024-12-13
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)