AudioController.GetMusicPlaylist Method

ClockStone Audio Toolkit

AudioControllerGetMusicPlaylist Method

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.2.0.0 (8.2.0.0)
Syntax
C#
public static string[] GetMusicPlaylist(
	string playlistName = null
)

Parameters

playlistName (Optional)
Type: SystemString

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

Return Value

Type: String
The playlist audio item ID array
See Also