Namespace FFmpeg.Formats
Classes
AVStream
Represents a single media stream within a container. A stream typically contains encoded audio, video, subtitles, or other media data, together with its timing information, codec parameters, and metadata.
ChapterList.Enumerator
Enumerates the chapters in a ChapterList.
DemuxerContext
Represents an FFmpeg input format context used for reading and demultiplexing media containers.
FormatContext
MuxerContext
Represents an output media container used for muxing encoded packets into a media file or stream.
Structs
AVChapter
Represents a chapter in a media container.
ChapterList
Represents the collection of chapters in a FormatContext.
InputFormat
Represents an AV input format, wrapping around an FFmpeg.AutoGen._AVInputFormat pointer.
OutputFormat
Represents an output format in the FFmpeg library.
Enums
DiscardFlags
Flags to specify the discard behavior for frames during processing.
FormatContextFlags
Flags that specify the characteristics of a format context in FFmpeg. These flags provide information about the presence of headers and the seekability of the stream.
FormatFlags
Flags used to specify various format options.
StreamDisposition
Enum representing the stream disposition flags, indicating special properties of a stream.