Internal data structures for the microphone. More...
Data Fields | |
| const struct GNUNET_CONFIGURATION_Handle * | cfg |
| Our configuration. | |
| struct GNUNET_HELPER_Handle * | record_helper |
| Handle for the record helper. | |
| GNUNET_MICROPHONE_RecordedDataCallback | rdc |
| Function to call with audio data (if we are enabled). | |
| void * | rdc_cls |
| Closure for rdc. | |
Internal data structures for the microphone.
Definition at line 38 of file microphone.c.
| const struct GNUNET_CONFIGURATION_Handle* Microphone::cfg |
Our configuration.
Definition at line 43 of file microphone.c.
| struct GNUNET_HELPER_Handle* Microphone::record_helper |
Handle for the record helper.
Definition at line 48 of file microphone.c.
| GNUNET_MICROPHONE_RecordedDataCallback Microphone::rdc |
Function to call with audio data (if we are enabled).
Definition at line 53 of file microphone.c.
Referenced by enable().
| void* Microphone::rdc_cls |