Eye of the Nile Docs
Everything you need to know to get started!
Loading...
Searching...
No Matches
FMOD.Studio.Bus Member List

This is the complete list of members for FMOD.Studio.Bus, including all inherited members.

Bus(IntPtr ptr)FMOD.Studio.Bus
clearHandle()FMOD.Studio.Bus
FMOD_Studio_Bus_GetChannelGroup(IntPtr bus, out IntPtr group)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetCPUUsage(IntPtr bus, out uint exclusive, out uint inclusive)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetID(IntPtr bus, out GUID id)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetMemoryUsage(IntPtr bus, out MEMORY_USAGE memoryusage)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetMute(IntPtr bus, out bool mute)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetPath(IntPtr bus, IntPtr path, int size, out int retrieved)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetPaused(IntPtr bus, out bool paused)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetPortIndex(IntPtr bus, out ulong index)FMOD.Studio.Busprivate
FMOD_Studio_Bus_GetVolume(IntPtr bus, out float volume, out float finalvolume)FMOD.Studio.Busprivate
FMOD_Studio_Bus_IsValid(IntPtr bus)FMOD.Studio.Busprivate
FMOD_Studio_Bus_LockChannelGroup(IntPtr bus)FMOD.Studio.Busprivate
FMOD_Studio_Bus_SetMute(IntPtr bus, bool mute)FMOD.Studio.Busprivate
FMOD_Studio_Bus_SetPaused(IntPtr bus, bool paused)FMOD.Studio.Busprivate
FMOD_Studio_Bus_SetPortIndex(IntPtr bus, ulong index)FMOD.Studio.Busprivate
FMOD_Studio_Bus_SetVolume(IntPtr bus, float volume)FMOD.Studio.Busprivate
FMOD_Studio_Bus_StopAllEvents(IntPtr bus, STOP_MODE mode)FMOD.Studio.Busprivate
FMOD_Studio_Bus_UnlockChannelGroup(IntPtr bus)FMOD.Studio.Busprivate
getChannelGroup(out FMOD.ChannelGroup group)FMOD.Studio.Bus
getCPUUsage(out uint exclusive, out uint inclusive)FMOD.Studio.Bus
getID(out GUID id)FMOD.Studio.Bus
getMemoryUsage(out MEMORY_USAGE memoryusage)FMOD.Studio.Bus
getMute(out bool mute)FMOD.Studio.Bus
getPath(out string path)FMOD.Studio.Bus
getPaused(out bool paused)FMOD.Studio.Bus
getPortIndex(out ulong index)FMOD.Studio.Bus
getVolume(out float volume)FMOD.Studio.Bus
getVolume(out float volume, out float finalvolume)FMOD.Studio.Bus
handleFMOD.Studio.Bus
hasHandle()FMOD.Studio.Bus
isValid()FMOD.Studio.Bus
lockChannelGroup()FMOD.Studio.Bus
setMute(bool mute)FMOD.Studio.Bus
setPaused(bool paused)FMOD.Studio.Bus
setPortIndex(ulong index)FMOD.Studio.Bus
setVolume(float volume)FMOD.Studio.Bus
stopAllEvents(STOP_MODE mode)FMOD.Studio.Bus
unlockChannelGroup()FMOD.Studio.Bus