Method | Description | |
---|---|---|
SamplesAvailableEventArgs ( IAudioCaptureProvider provider, int available ) : System |
Constructs a new SamplesAvailableEventArgs
|
public SamplesAvailableEventArgs ( IAudioCaptureProvider provider, int available ) : System | ||
provider | IAudioCaptureProvider | The provider samples are available from. |
available | int | The number of available samples. |
return | System |