C# Class FlacLibSharp.CueSheetTrack

TODO: A single track in the cuesheet.
Show file Open project: AaronLenoir/flaclibsharp Class Usage Examples

Public Methods

Method Description
CueSheetTrack ( ) : System
CueSheetTrack ( byte data, int dataOffset ) : System

Initialize the CueSheetTrack

WriteBlockData ( Stream targetStream ) : void

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

Method Details

CueSheetTrack() public method

public CueSheetTrack ( ) : System
return System

CueSheetTrack() public method

Initialize the CueSheetTrack
public CueSheetTrack ( byte data, int dataOffset ) : System
data byte The full data array.
dataOffset int Where the cuesheet track begins.
return System

WriteBlockData() public method

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