Namespace FFmpeg.Options
Classes
Option
Represents an option in the FFmpeg library's configuration system.
OptionQueryableBase
An abstract base class for querying and setting options in AV-option-enabled classes.
Interfaces
IOptionQueryable
Defines methods for querying and setting options on a class's private data, typically used for configuring settings in a system (e.g., FFmpeg's "av_opt_*" functions). This interface allows the retrieval, modification, and management of various options associated with the class's internal state.
Enums
OptionFlags
Represents the flags that can be applied to AVOptions in FFmpeg. These flags control how options are used during encoding, decoding, filtering, and other operations.
OptionType
Represents the different types of options available in the FFmpeg library.