Struct TOC
Used with GetTOC(Int32, TOCMode, out TOC) to retrieve the TOC from a CD.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Cd.dll
Syntax
public struct TOC
Remarks
If Index was used in the GetTOC(Int32, TOCMode, out TOC) call, first and last will be index numbers rather than track numbers.
Properties
First
The first track number (or index number if Index is used).
Declaration
public int First { get; }
Property Value
Int32
|
Last
The last track number (or index number if Index is used).
Declaration
public int Last { get; }
Property Value
Int32
|