Class VideoFpsOptions
Represents options for resampling the frames per second (FPS) of a video during processing.
Implements
Namespace: FulcrumFS.Videos
Assembly: FulcrumFS.Videos.dll
Syntax
public sealed record VideoFpsOptions : IEquatable<VideoFpsOptions>
Constructors
| Name | Description |
|---|---|
| VideoFpsOptions(VideoFpsMode, int) | Initializes a new instance of the VideoFpsOptions class with the specified mode and target FPS. |
Properties
| Name | Description |
|---|---|
| Mode | Gets or initializes the mode for limiting the FPS. |
| TargetFps | Gets or initializes the target frames per second (FPS) value. |