AudioController.PlayNextMusicOnPlaylist Method

Audio Toolkit

Collapse image Expand Image Copy image CopyHover image
Jumps to the next the music track on the playlist.

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

Syntax

C#
public static AudioObject PlayNextMusicOnPlaylist()

Return Value

Type: AudioObject
The AudioObject of the current music, or null if no music track could be played.

Remarks

If shuffling is enabled it will jump to the next randomly chosen track.

See Also