Internal data structures for the microphone. More...
Data Fields | |
const struct GNUNET_CONFIGURATION_Handle * | cfg |
Our configuration. More... | |
struct GNUNET_HELPER_Handle * | record_helper |
Handle for the record helper. More... | |
GNUNET_MICROPHONE_RecordedDataCallback | rdc |
Function to call with audio data (if we are enabled). More... | |
void * | rdc_cls |
Closure for rdc. More... | |
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 |