Defines the repeat types (off, playlist or song).
Declaration Syntax
C# | Visual Basic |
public enum RepeatType
Public Enumeration RepeatType
Members
Member | Description |
---|---|
Off |
No repeat.
|
Playlist |
Playlist repeat type. The playback returns to the first
item of the playlist when the playlist has finished playing.
|
Song |
Song repeat type. When the current song finishes, the playback returns
to the song start position.
|