C# Class FlacLibSharp.ApplicationInfo

An application specific block of data.
Inheritance: MetadataBlock
Afficher le fichier Open project: AaronLenoir/flaclibsharp

Méthodes publiques

Méthode Description
ApplicationInfo ( ) : System

Creates an empty ApplicationInfo block, application id will be 0, application data will be empty.

LoadBlockData ( byte data ) : void

Parses the given binary metadata to an ApplicationInfo block

WriteBlockData ( Stream targetStream ) : void

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

Method Details

ApplicationInfo() public méthode

Creates an empty ApplicationInfo block, application id will be 0, application data will be empty.
public ApplicationInfo ( ) : System
Résultat System

LoadBlockData() public méthode

Parses the given binary metadata to an ApplicationInfo block
public LoadBlockData ( byte data ) : void
data byte
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