C# Class FlacLibSharp.CueSheetTrackIndex

One index in a Cue Sheet Track.
Afficher le fichier Open project: AaronLenoir/flaclibsharp

Méthodes publiques

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

Creates a new Cue Sheet Track Index.
public CueSheetTrackIndex ( ) : System
Résultat System

CueSheetTrackIndex() public méthode

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.
Résultat System

WriteBlockData() public méthode

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