C# Class FlacLibSharp.Padding

Empty space inside the flac file ... a number of meaningless bits.
Inheritance: MetadataBlock
ファイルを表示 Open project: AaronLenoir/flaclibsharp Class Usage Examples

Public Methods

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

Loads the padding data from the given data.
public LoadBlockData ( byte data ) : void
data byte
return void

Padding() public method

Creates an empty metadata block
public Padding ( ) : System
return System

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