AudioCategory Properties

ClockStone Audio Toolkit

AudioCategory Properties

The AudioCategory type exposes the following members.

Properties
  NameDescription
Public propertyaudioController
The AudioController the category belongs to
Public propertyisFadeOutComplete
return true if the category has completely faded out
Public propertyisFadingIn
return true if the category is currently fading in
Public propertyisFadingOut
return true if the category is currently fading out
Public propertyparentCategory
If a parent category is specified, the category inherits the volume of its parent.
Public propertyVolume
The volume factor applied to all audio items in the category (NOT including a possible parentCategory) If you change the volume by script the change will be applied to all playing audios immediately.
Public propertyVolumeTotal
The volume factor applied to all audio items in the category (including a possible parentCategory and fade out/in)
Top
See Also