Expand description
Filter graph specific functionality.
Structsยง
- Filter
Graph - A filter graph. Used to chain filters together when transforming media data.
- Filter
Graph Parser - A parser for the filter graph. Allows you to create a filter graph from a string specification.
- Filter
- A filter. Thin wrapper around
AVFilter
. - Filter
Context - A filter context. Thin wrapper around
AVFilterContext
. - Filter
Context Source - A source for a filter context. Where this is specifically used to send frames to the filter context.
- Filter
Context Sink - A sink for a filter context. Where this is specifically used to receive frames from the filter context.