C# Class FlacLibSharp.ApplicationInfo

An application specific block of data.
Inheritance: MetadataBlock
Mostrar archivo Open project: AaronLenoir/flaclibsharp

Public Methods

Method 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 method

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

LoadBlockData() public method

Parses the given binary metadata to an ApplicationInfo block
public LoadBlockData ( byte data ) : void
data byte
return void

WriteBlockData() public method

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.
return void