Table of Contents

Class WaveFormatExtraData

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

This class used for marshalling from unmanaged code

public class WaveFormatExtraData : WaveFormat
Inheritance
WaveFormatExtraData
Inherited Members
Extension Methods

Constructors

WaveFormatExtraData(BinaryReader)

Reads this structure from a BinaryReader

public WaveFormatExtraData(BinaryReader reader)

Parameters

reader BinaryReader

Properties

ExtraData

Allows the extra data to be read

public byte[] ExtraData { get; }

Property Value

byte[]

Methods

Serialize(BinaryWriter)

Writes this structure to a BinaryWriter

public override void Serialize(BinaryWriter writer)

Parameters

writer BinaryWriter