Show / Hide Table of Contents

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

Tracks

The list of tracks retrieved (see TOCTrack, up to 100 tracks).

Declaration
public IList<TOCTrack> Tracks { get; }
Property Value
IList<TOCTrack>

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx