|
FFmpeg
|
Data Structures | |
| struct | amerge_input |
Data Fields | |
| const AVClass * | class |
| int | nb_inputs |
| int | route [SWR_CH_MAX] |
| channels routing, see copy_samples More... | |
| int | bps |
| struct AMergeContext::amerge_input * | in |
| int | layout_mode |
| the method for determining the output channel layout More... | |
Definition at line 39 of file af_amerge.c.
| const AVClass* AMergeContext::class |
Definition at line 40 of file af_amerge.c.
| int AMergeContext::nb_inputs |
Definition at line 41 of file af_amerge.c.
| int AMergeContext::route[SWR_CH_MAX] |
channels routing, see copy_samples
Definition at line 42 of file af_amerge.c.
| int AMergeContext::bps |
Definition at line 43 of file af_amerge.c.
| struct AMergeContext::amerge_input * AMergeContext::in |
| int AMergeContext::layout_mode |
the method for determining the output channel layout
Definition at line 47 of file af_amerge.c.
1.8.17