Unigine.Plugins.FMOD.ChannelGroup Class
Notice
This set of functions is available when the FMOD plugin is loaded.
A submix in the mixing hierarchy that can contain both Channel and ChannelGroup objects.
ChannelGroup Class
Members
Channel GetChannel ( int id ) #
Returns the channel at the specified index.Arguments
- int id - Index of the channel.
Return value
Channel at the specified index.int GetChannelCount ( ) #
Returns the number of channels that feed into this group.Return value
Number of channels.void SetVolume ( float volume ) #
Sets a volume level for the group.Arguments
- float volume - Volume level.
void AddChannel ( Channel[] channel ) #
Adds a channel to the group.Arguments
- Channel[] channel - Channel to be added.
Last update:
2022-12-14
Help improve this article
Was this article helpful?
(or select a word/phrase and press Ctrl+Enter)