Status of audio capture interface. More...
#include <rmfAudioCapture.h>
Data Fields | |
| int | started |
| Indicates whether capture has started. | |
| racFormat | format |
| Current capture format (bit depth & channel) | |
| racFreq | samplingFreq |
| Current capture sample rate. | |
| size_t | fifoDepth |
| Number of bytes in local fifo. | |
| unsigned int | overflows |
| Overflow count. | |
| unsigned int | underflows |
| Underflow count. | |
| int | muted |
| Indicates whether capture is muted. | |
| int | paused |
| Indicates whether capture is paused. | |
| float | volume |
| Current capture volume. | |
Status of audio capture interface.
| size_t fifoDepth |
Number of bytes in local fifo.
| racFormat format |
Current capture format (bit depth & channel)
| int muted |
Indicates whether capture is muted.
| unsigned int overflows |
Overflow count.
| int paused |
Indicates whether capture is paused.
| racFreq samplingFreq |
Current capture sample rate.
| int started |
Indicates whether capture has started.
| unsigned int underflows |
Underflow count.
| float volume |
Current capture volume.