C# Class NAudio.Wave.WaveFormatExtraData

Inheritance: WaveFormat
Afficher le fichier Open project: markellus/De.Markellus.HybridInjector Class Usage Examples

Méthodes publiques

Méthode Description
Serialize ( BinaryWriter writer ) : void

Writes this structure to a BinaryWriter

WaveFormatExtraData ( BinaryReader reader ) : System

Reads this structure from a BinaryReader

Private Methods

Méthode Description
ReadExtraData ( BinaryReader reader ) : void
WaveFormatExtraData ( ) : System

parameterless constructor for marshalling

Method Details

Serialize() public méthode

Writes this structure to a BinaryWriter
public Serialize ( BinaryWriter writer ) : void
writer BinaryWriter
Résultat void

WaveFormatExtraData() public méthode

Reads this structure from a BinaryReader
public WaveFormatExtraData ( BinaryReader reader ) : System
reader BinaryReader
Résultat System