C# Class FlacLibSharp.CueSheet

This block stores various information for use in a cue sheet.
Inheritance: MetadataBlock
Afficher le fichier Open project: AaronLenoir/flaclibsharp Class Usage Examples

Méthodes publiques

Свойство Type Description
CUESHEET_LEADOUT_TRACK_NUMBER_CDDA byte
CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA byte

Méthodes publiques

Méthode Description
CueSheet ( ) : System
LoadBlockData ( byte data ) : void

Parses the binary metadata from the flac file into a CueSheet object.

WriteBlockData ( Stream targetStream ) : void

Will write the data describing this metadata block to the given stream.

Private Methods

Méthode Description
CalculateMetaDataBlockLength ( ) : uint

Calculates the total Block Length of this metadata block (for use in the Header)

Method Details

CueSheet() public méthode

public CueSheet ( ) : System
Résultat System

LoadBlockData() public méthode

Parses the binary metadata from the flac file into a CueSheet object.
public LoadBlockData ( byte data ) : void
data byte The binary data from the flac file.
Résultat void

WriteBlockData() public méthode

Will write the data describing this metadata block to the given stream.
public WriteBlockData ( Stream targetStream ) : void
targetStream Stream Stream to write the data to.
Résultat void

Property Details

CUESHEET_LEADOUT_TRACK_NUMBER_CDDA public_oe static_oe property

public static byte CUESHEET_LEADOUT_TRACK_NUMBER_CDDA
Résultat byte

CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA public_oe static_oe property

public static byte CUESHEET_LEADOUT_TRACK_NUMBER_NON_CDDA
Résultat byte