AudioObject.IsPrimaryPlaying Method

ClockStone Audio Toolkit

AudioObjectIsPrimaryPlaying Method

Determines if the primary audio clip is playing.

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public bool IsPrimaryPlaying()

Return Value

Type: Boolean
true if the audio clip is playing; otherwise, false.
See Also