Show / Hide Table of Contents

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

ADR

ADR

Declaration
public byte ADR { get; }
Property Value
Byte

Control

Control

Declaration
public TOCControlFlags Control { get; }
Property Value
TOCControlFlags

Frame

The address in time form (frame part).

Declaration
public byte Frame { get; }
Property Value
Byte

LBA

Logical Block Address.

Declaration
public int LBA { get; }
Property Value
Int32

Track

The track number... 170 = lead-out area (or index number if Index is used).

Declaration
public byte Track { get; }
Property Value
Byte

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx