Data Structures | |
struct | amerge_queue |
Data Fields | |
int | nb_in_ch [2] |
number of channels for each input | |
int | route [SWR_CH_MAX] |
channels routing, see copy_samples | |
int | bps |
struct AMergeContext::amerge_queue | queue [2] |
Definition at line 32 of file af_amerge.c.
int AMergeContext::nb_in_ch[2] |
number of channels for each input
Definition at line 33 of file af_amerge.c.
Referenced by filter_samples(), and query_formats().
Referenced by filter_samples(), request_frame(), and uninit().
int AMergeContext::route[SWR_CH_MAX] |
channels routing, see copy_samples
Definition at line 34 of file af_amerge.c.
Referenced by filter_samples(), and query_formats().