Enum MusicLoopInputMode
Authoring mode used to express a music track's tail-preserving loop region.
Namespace: Serenity.MusicPlayer.Domain.Types
Assembly: Serenity.MusicPlayer.Domain.dll
Syntax
public enum MusicLoopInputMode
Remarks
Both modes resolve to the same effective StartTime/EndTime in seconds consumed at runtime; the mode only decides which set of serialized fields is authoritative when the effective seconds are derived.
Fields
| Name | Description |
|---|---|
| Bars | Loop points are derived from musical terms (tempo, time signature, start/end bar). |
| Time | Loop points are entered directly as absolute time codes (HH:MM:SS:MMM) in seconds. |