Enum RepeatMode
Specifies the repeat mode of the audio source.
Namespace: AudioBand.AudioSource
Assembly: AudioBand.AudioSource.dll
Syntax
public enum RepeatMode
Fields
| Name | Description |
|---|---|
| Off | No repeat. |
| RepeatContext | Repeat the current context. |
| RepeatTrack | Repeat the current track. |