C# Class FlacLibSharp.SeekTable

A seektable.
Inheritance: MetadataBlock
Show file Open project: AaronLenoir/flaclibsharp Class Usage Examples

Public Methods

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

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

SeekTable() public method

public SeekTable ( ) : 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