Table of Contents

Interface ISampleNotifier

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

An interface for WaveStreams which can report notification of individual samples

public interface ISampleNotifier

Events

Sample

A sample has been detected

event EventHandler<SampleEventArgs> Sample

Event Type

EventHandler<SampleEventArgs>