C# Class FlacLibSharp.SeekTable

A seektable.
Inheritance: MetadataBlock
Afficher le fichier Open project: AaronLenoir/flaclibsharp Class Usage Examples

Méthodes publiques

Méthode Description
LoadBlockData ( byte data ) : void

Creates a new SeekTable base on the provided binary data.

SeekTable ( ) : System
WriteBlockData ( Stream targetStream ) : void

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

Method Details

LoadBlockData() public méthode

Creates a new SeekTable base on the provided binary data.
public LoadBlockData ( byte data ) : void
data byte
Résultat void

SeekTable() public méthode

public SeekTable ( ) : System
Résultat System

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