Namespace FFmpeg.Filters
Classes
BufferSrcParameters
Represents the parameters used for configuring a buffer source in FFmpeg. Provides mechanisms to allocate, manage, and dispose of buffer source parameters.
FilterContext
Represents an instance of a filter within an FFmpeg filter graph.
FilterGraph
Represents a filter graph that contains a collection of connected filters.
FilterInOutList
Represents a collection of filter graph input and output entries.
FilterLink
Represents a connection between two filters in a filter graph.
FramePackFormatExtensions
Provides extension methods for FramePackFormat.
Structs
Filter
Represents a filter used in FFmpeg's filter graph. Provides information about filters, including their names, descriptions, inputs, outputs, and flags.
FilterInOutEntry
Represents an entry in a list of filter graph inputs or outputs.
FilterPad
Represents a single filter pad, which is used for connecting filter inputs and outputs in an FFmpeg filter graph.
FilterPadList
Represents a read-only list of FilterPad objects, providing access to the pads in a filter.
Interfaces
IBufferSink
Interface to access ReceiveFrame
IBufferSource
Interface to access buffer source specific functions.
Enums
FilterFlags
Represents various filter flags used in FFmpeg filters. These flags indicate different capabilities or behaviors of the filters.
FramePackFormat
Specifies how two video streams are packed into a stereoscopic frame.