C# Class Knot3.Framework.Audio.LoopPlaylist

Diese Klasse repräsentiert eine Playlist, deren Audiodateien der reihe nach in einer Endlosschleife abgespielt werden.
Inheritance: IPlaylist
Exibir arquivo Open project: knot3/knot3-code

Public Methods

Method Description
LoopPlaylist ( IEnumerable sounds ) : System.Collections.Generic

Erstellt eine neue Playlist.

Shuffle ( ) : void
Start ( ) : void

Starte die Wiedergabe.

Stop ( ) : void

Stoppe die Wiedergabe.

Private Methods

Method Description
Update ( GameTime time ) : void

Method Details

LoopPlaylist() public method

Erstellt eine neue Playlist.
public LoopPlaylist ( IEnumerable sounds ) : System.Collections.Generic
sounds IEnumerable /// Die abzuspielenden Audiodateien. ///
return System.Collections.Generic

Shuffle() public method

public Shuffle ( ) : void
return void

Start() public method

Starte die Wiedergabe.
public Start ( ) : void
return void

Stop() public method

Stoppe die Wiedergabe.
public Stop ( ) : void
return void