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.
|
public NewFrameRequestedEventArgs ( float buffer ) : System | ||
buffer | float | The initial buffer. |
return | System |
public NewFrameRequestedEventArgs ( int frames ) : System | ||
frames | int | The number of samples being requested. |
return | System |