Class | Description |
---|---|
AVBufferSrcParameters |
This structure contains the parameters describing the frames that will be
passed to this filter.
|
AVFilter |
Filter definition.
|
avfilter_action_func |
A function pointer passed to the \ref AVFilterGraph.execute callback to be
executed multiple times, possibly in parallel.
|
avfilter_execute_func |
A function executing multiple jobs, possibly in parallel.
|
AVFilter.Activate_AVFilterContext |
Filter activation function.
|
AVFilter.Init_AVFilterContext |
Filter initialization function.
|
AVFilter.Preinit_AVFilterContext |
Filter pre-initialization function
This callback will be called immediately after the filter context is
allocated, to allow allocating and initing sub-objects.
|
AVFilter.Process_command_AVFilterContext_BytePointer_BytePointer_BytePointer_int_int |
Make the filter instance process a command.
|
AVFilter.Query_func_AVFilterContext |
Query formats supported by the filter on its inputs and outputs.
|
AVFilter.Query_func2_AVFilterContext_PointerPointer_PointerPointer |
Same as query_func(), except this function writes the results into
provided arrays.
|
AVFilter.Uninit_AVFilterContext |
Filter uninitialization function.
|
AVFilterChain |
A filterchain is a list of filter specifications.
|
AVFilterContext |
An instance of a filter
|
AVFilterFormats | |
AVFilterFormatsConfig |
Lists of formats / etc.
|
AVFilterGraph | |
AVFilterGraphSegment |
A parsed representation of a filtergraph segment.
|
AVFilterInOut |
A linked-list of the inputs/outputs of the filter chain.
|
AVFilterLink |
A link between two filters.
|
AVFilterPad | |
AVFilterPadParams |
Parameters of a filter's input or output pad.
|
AVFilterParams |
Parameters describing a filter to be created in a filtergraph.
|
Copyright © 2024. All rights reserved.