C# Class FlacLibSharp.CueSheetTrack

TODO: A single track in the cuesheet.
Afficher le fichier Open project: AaronLenoir/flaclibsharp Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CueSheetTrack ( ) : System
Résultat System

CueSheetTrack() public méthode

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

WriteBlockData() public méthode

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