Struct TOCTrack
Represents one track of a CD's TOC (see TOC).
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Cd.dll
Syntax
public struct TOCTrack
Properties
Address
The Address in Time format.
Declaration
public TimeSpan Address { get; }
Property Value
TimeSpan
|