Click or drag to resize

AudioControllerSetCurrentMusicPlaylist Method

Sets the current playlist to the specified audioID array

Namespace:  (Default Namespace)
Assembly:  AudioToolkit (in AudioToolkit.dll) Version: 8.2.0.0 (8.2.0.0)
Syntax
C#
public static bool SetCurrentMusicPlaylist(
	string playlistName
)

Parameters

playlistName
Type: SystemString
The new playlist array

Return Value

Type: Boolean

[Missing <returns> documentation for "M:AudioController.SetCurrentMusicPlaylist(System.String)"]

See Also