AudioController.GetPlayingAudioObjects Method (Boolean)

ClockStone Audio Toolkit

AudioControllerGetPlayingAudioObjects Method (Boolean)

Returns an array of all playing audio objects.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static List<AudioObject> GetPlayingAudioObjects(
	bool includePausedAudio = false
)

Parameters

includePausedAudio (Optional)
Type: SystemBoolean
If enabled the returned array will also contain paused audios.

Return Value

Type: ListAudioObject
Array of all playing audio objects.
See Also