C# Class JackSharp.Events.SampleRateEventArgs

Sample rate event arguments.
Inheritance: System.EventArgs
Show file Open project: residuum/JackSharp

Public Methods

Method Description
SampleRateEventArgs ( int sampleRate ) : System

Initializes a new instance of the JackSharp.Events.SampleRateEventArgs class.

Method Details

SampleRateEventArgs() public method

Initializes a new instance of the JackSharp.Events.SampleRateEventArgs class.
public SampleRateEventArgs ( int sampleRate ) : System
sampleRate int Sample rate.
return System