Show / Hide Table of Contents

Class FramePackFormatExtensions

Provides extension methods for FramePackFormat.

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

Methods

View Source

ToFFmpegString(FramePackFormat)

Converts a FramePackFormat to the corresponding FFmpeg filter option value.

Declaration
public static string ToFFmpegString(this FramePackFormat format)
Parameters
Type Name Description
FramePackFormat format

The frame packing format.

Returns
Type Description
string

The FFmpeg string representation.

Exceptions
Type Condition
ArgumentOutOfRangeException

Thrown if format is not a valid FramePackFormat value.

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