Represents the sound mixer.
| C# | Visual Basic | Visual C++ |
public interface IJukebox
Public Interface IJukebox
public interface class IJukebox
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| CreateSong(String) |
Creates a song.
| |
| PlaySong(ISong) |
Plays a song.
| |
| PlaySong(ISong, Boolean) |
Plays a song.
| |
| PlaySong(String) |
Plays a song.
| |
| PlaySong(String, Boolean) |
Plays a song.
| |
| Songs |
Gets the current songs stack to play.
|