C# Class FlacLibSharp.Padding

Empty space inside the flac file ... a number of meaningless bits.
Inheritance: MetadataBlock
Afficher le fichier Open project: AaronLenoir/flaclibsharp Class Usage Examples

Méthodes publiques

Méthode Description
LoadBlockData ( byte data ) : void

Loads the padding data from the given data.

Padding ( ) : System

Creates an empty metadata block

WriteBlockData ( Stream targetStream ) : void

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

Method Details

LoadBlockData() public méthode

Loads the padding data from the given data.
public LoadBlockData ( byte data ) : void
data byte
Résultat void

Padding() public méthode

Creates an empty metadata block
public Padding ( ) : 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