Enum TOCMode
The mode to use with GetTOC(Int32, TOCMode, out TOC).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Cd.dll
Syntax
public enum TOCMode : int
Index
- track#, Get the position of indexes (instead of tracks)
When this option is used, the 'first' and 'last' members of the TOC structure are index numbers, and the 'track' member of the TOCTrack structure is also an index number and the "lba" or "hmsf" member (depending on whether "Time" is used) is an offset from the start of the track
LBA
Get the track start address in LBA form.
Time
Get the track start address in time form (hour, minute, second, frame).