Searched defs:AudioSurroundContext (Results 1 – 1 of 1) sorted by relevance
32 typedef struct AudioSurroundContext { struct33 const AVClass *class;35 char *out_channel_layout_str;36 char *in_channel_layout_str;38 float level_in;39 float level_out;40 float fc_in;41 float fc_out;42 float fl_in;43 float fl_out;[all …]