Show / Hide Table of Contents

Class Protocols

Provides access to the input and output protocols supported by FFmpeg for internal URL IO operations.

Inheritance
object
Protocols
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: FFmpeg.IO
Assembly: FFmpeg.dll
Syntax
public static class Protocols

Properties

View Source

InputProtocols

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.

View Source

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.

  • View Source
In this article
Back to top Generated by DocFX