C# Class NAudio.Wave.WaveFormatExtraData

Inheritance: WaveFormat
Show file Open project: markellus/De.Markellus.HybridInjector Class Usage Examples

Public Methods

Method Description
Serialize ( BinaryWriter writer ) : void

Writes this structure to a BinaryWriter

WaveFormatExtraData ( BinaryReader reader ) : System

Reads this structure from a BinaryReader

Private Methods

Method Description
ReadExtraData ( BinaryReader reader ) : void
WaveFormatExtraData ( ) : System

parameterless constructor for marshalling

Method Details

Serialize() public method

Writes this structure to a BinaryWriter
public Serialize ( BinaryWriter writer ) : void
writer BinaryWriter
return void

WaveFormatExtraData() public method

Reads this structure from a BinaryReader
public WaveFormatExtraData ( BinaryReader reader ) : System
reader BinaryReader
return System