Namespace FFmpeg.IO
Classes
AVIOContext
Represents a managed wrapper around FFmpeg's unmanaged FFmpeg.AutoGen._AVIOContext structure.
IOContext
Represents a custom FFmpeg I/O context backed by managed code.
IOStreamContext
Represents an I/O context for interacting with a .NET Stream object. This class supports reading from, writing to, and seeking within the stream.
Protocols
Provides access to the input and output protocols supported by FFmpeg for internal URL IO operations.
Enums
AVSeek
Flags used for seeking operations within a stream or file in FFmpeg. These flags can be combined using a bitwise OR to modify the behavior of seeking functions.
IOOptions
Flags representing different input/output operations that can be performed on a stream or file. These flags can be combined using a bitwise OR, except for Read and Write, which are mutually exclusive.
Seekable
Specifies the types of seeking supported by an I/O context.