Click or drag to resize

TrackSequence Property

Tracks on a Title normally have a sequence that increments from one. This value is the 1-based sequence of the track on a Title, or the chapter number in a book, or whatever else might be meaningful.

Namespace: Orthogonal.Hoarder.StdLib.Entity
Assembly: Orthogonal.Hoarder.StdLib (in Orthogonal.Hoarder.StdLib.dll) Version: 8.0.17
Syntax
C#
public int Sequence { get; set; }

Property Value

Int32
See Also