Méthode | Description | |
---|---|---|
Close ( ) : void | ||
GetSamples ( ) : byte[] |
Gets the available samples.
|
|
GetSamples ( int &numSamples ) : byte[] |
Gets the available samples and provides the number of samples.
|
|
Open ( uint frequency, OpenALAudioFormat format ) : |
Opens the capture device with the specified frequency and format.
|
|
StartCapture ( ) : void |
Starts capturing.
|
|
StopCapture ( ) : void |
Stops capturing.
|
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Méthode | Description | |
---|---|---|
CaptureDevice ( string deviceName ) : System | ||
GetSamples ( int numSamples, bool block ) : byte[] | ||
GetSamplesAvailable ( ) : int | ||
alcCaptureCloseDevice ( |
||
alcCaptureOpenDevice ( string deviceName, uint frequency, OpenALAudioFormat format, int bufferSize ) : |
||
alcCaptureSamples ( |
||
alcCaptureStart ( |
||
alcCaptureStop ( |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Résultat | void |
public GetSamples ( int &numSamples ) : byte[] | ||
numSamples | int | The number of samples returned. |
Résultat | byte[] |
public Open ( uint frequency, OpenALAudioFormat format ) : |
||
frequency | uint | The frequency to open the capture device with. |
format | OpenALAudioFormat | The audio format to open the device with. |
Résultat |