C# Class Accord.Audio.NewFrameRequestedEventArgs

Arguments for new frame request from an audio output device.
Inheritance: System.EventArgs
Mostra file Open project: accord-net/framework Class Usage Examples

Public Methods

Method Description
NewFrameRequestedEventArgs ( float buffer ) : System

Initializes a new instance of the NewFrameRequestedEventArgs class.

NewFrameRequestedEventArgs ( int frames ) : System

Initializes a new instance of the NewFrameRequestedEventArgs class.

Method Details

NewFrameRequestedEventArgs() public method

Initializes a new instance of the NewFrameRequestedEventArgs class.
public NewFrameRequestedEventArgs ( float buffer ) : System
buffer float The initial buffer.
return System

NewFrameRequestedEventArgs() public method

Initializes a new instance of the NewFrameRequestedEventArgs class.
public NewFrameRequestedEventArgs ( int frames ) : System
frames int The number of samples being requested.
return System