AudioController.GetMusicPlaylist Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
If playlistName == null then gets a copy of the current playlist audioID array, otherwise gets a copy of the playlist with the specified name

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

Syntax

C#
public static string[] GetMusicPlaylist(
	string playlistName = null
)

Parameters

playlistName (Optional)
Type: System..::..String

[Missing <param name="playlistName"/> documentation for "M:AudioController.GetMusicPlaylist(System.String)"]

Return Value

Type: array<String>[]()[][]
The playlist audio item ID array

See Also