Table of Contents

Class SampleEventArgs

Namespace
NAudio.Wave
Assembly
NAudio.Core.dll

Sample event arguments

public class SampleEventArgs : EventArgs
Inheritance
SampleEventArgs
Inherited Members

Constructors

SampleEventArgs(float, float)

Constructor

public SampleEventArgs(float left, float right)

Parameters

left float
right float

Properties

Left

Left sample

public float Left { get; set; }

Property Value

float

Right

Right sample

public float Right { get; set; }

Property Value

float