Class Protocols
Provides access to the input and output protocols supported by FFmpeg for internal URL IO operations.
Inherited Members
Namespace: FFmpeg.IO
Assembly: FFmpeg.dll
Syntax
public static class Protocols
Properties
View SourceInputProtocols
Gets an enumerable collection of all available input protocols supported by FFmpeg.
Declaration
public static IEnumerable<string> InputProtocols { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
Remarks
These protocols can be used to open input streams or files via FFmpeg's URL-based IO system.
OutputProtocols
Gets an enumerable collection of all available output protocols supported by FFmpeg.
Declaration
public static IEnumerable<string> OutputProtocols { get; }
Property Value
| Type | Description |
|---|---|
| IEnumerable<string> |
Remarks
These protocols can be used to write to output streams or files via FFmpeg's URL-based IO system.