Enum MusicPlayerPlaybackMode
Defines how music player plays its tracks.
Namespace: Stem
Assembly: Stem.dll
Syntax
public enum MusicPlayerPlaybackMode
Fields
Name | Description |
---|---|
AutoAdvance | The music player will advance to the next track from the current playlist after the current track is finished. For non-zero Fade property values the music player will automatically crossfade between current and next tracks. |
Default | The music player will play a single track from the current playlist. |
Synced | The music player will synchronize current track time according to other music players in a sync group. All music players with the same SyncGroup value will be automatically synchronized. |