AudioController.GetCurrentMusic Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Gets the current music.

Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)

Syntax

C#
public static AudioObject GetCurrentMusic()

Return Value

Type: AudioObject
Returns a reference to the AudioObject that is currently playing the music.

See Also