C# Class FlacLibSharp.CueSheetTrackIndex

One index in a Cue Sheet Track.
Show file Open project: AaronLenoir/flaclibsharp

Public Methods

Method Description
CueSheetTrackIndex ( ) : System

Creates a new Cue Sheet Track Index.

CueSheetTrackIndex ( byte data, int dataOffset ) : System

Creates a new Cue Sheet Track Index based on the binary data provided.

WriteBlockData ( Stream targetStream ) : void

Will write the data representing this CueSheet track index point to the given stream.

Method Details

CueSheetTrackIndex() public method

Creates a new Cue Sheet Track Index.
public CueSheetTrackIndex ( ) : System
return System

CueSheetTrackIndex() public method

Creates a new Cue Sheet Track Index based on the binary data provided.
public CueSheetTrackIndex ( byte data, int dataOffset ) : System
data byte
dataOffset int Where in the data array to start reading.
return System

WriteBlockData() public method

Will write the data representing this CueSheet track index point to the given stream.
public WriteBlockData ( Stream targetStream ) : void
targetStream Stream
return void