GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
Microphone Struct Reference

Internal data structures for the microphone. More...

Collaboration diagram for Microphone:
[legend]

Data Fields

const struct GNUNET_CONFIGURATION_Handlecfg
 Our configuration.
 
struct GNUNET_HELPER_Handlerecord_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.
 

Detailed Description

Internal data structures for the microphone.

Definition at line 38 of file microphone.c.

Field Documentation

◆ cfg

const struct GNUNET_CONFIGURATION_Handle* Microphone::cfg

Our configuration.

Definition at line 43 of file microphone.c.

◆ record_helper

struct GNUNET_HELPER_Handle* Microphone::record_helper

Handle for the record helper.

Definition at line 48 of file microphone.c.

◆ rdc

Function to call with audio data (if we are enabled).

Definition at line 53 of file microphone.c.

Referenced by enable().

◆ rdc_cls

void* Microphone::rdc_cls

Closure for rdc.

Definition at line 58 of file microphone.c.

Referenced by enable().


The documentation for this struct was generated from the following file: