Table of Contents

Class CueWaveFileReader

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

A wave file reader supporting cue reading

public class CueWaveFileReader : WaveFileReader, IDisposable, IAsyncDisposable, IWaveProvider
Inheritance
CueWaveFileReader
Implements
Inherited Members
Extension Methods

Constructors

CueWaveFileReader(Stream)

Loads a wave from a stream and supports reading cues

public CueWaveFileReader(Stream inputStream)

Parameters

inputStream Stream

CueWaveFileReader(string)

Loads a wavefile and supports reading cues

public CueWaveFileReader(string fileName)

Parameters

fileName string

Properties

Cues

Cue List (can be null if cues not present)

public CueList Cues { get; }

Property Value

CueList