C# Class JackSharp.Events.BufferSizeEventArgs

Buffer size event arguments.
Inheritance: System.EventArgs
Afficher le fichier Open project: residuum/JackSharp

Méthodes publiques

Méthode Description
BufferSizeEventArgs ( int bufferSize ) : System

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

Method Details

BufferSizeEventArgs() public méthode

Initializes a new instance of the JackSharp.Events.BufferSizeEventArgs class.
public BufferSizeEventArgs ( int bufferSize ) : System
bufferSize int Buffer size.
Résultat System