Class FramePackFormatExtensions
Provides extension methods for FramePackFormat.
Inherited Members
Namespace: FFmpeg.Filters
Assembly: FFmpeg.dll
Syntax
public static class FramePackFormatExtensions
Methods
View SourceToFFmpegString(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 |