CaptureDevice
Class
Namespace: Vox
Base types:
Declared in: Vox
Represents a sound input device.
Members
Property
Format
Frequency
BufferSize
IsCapturing
AvailableSamples
BytesPerSample
Constructor
CaptureDevice()
CaptureDevice(string, int, PCM, int, ArrayPool<byte>)
Method
Close()
Dispose()
Equals(object)
GetCaptureDevices()
GetDefaultCaptureDevice()
GetHashCode()
ProcessSamples(Action<byte[], int>)
ProcessSamples(int, Action<byte[], int>)
StartCapture()
StopCapture()
ToggleCapture()
Back to index