Table of Contents

Class VideoReadDefines

Namespace
ImageMagick.Formats
Assembly
Magick.NET-Q8-AnyCPU.dll

Class for defines that are used when a video image is read.

public sealed class VideoReadDefines : IReadDefines, IDefines
Inheritance
VideoReadDefines
Implements
IReadDefines
IDefines
Inherited Members

Constructors

VideoReadDefines(MagickFormat?)

Initializes a new instance of the VideoReadDefines class.

public VideoReadDefines(MagickFormat? format)

Parameters

format MagickFormat

The video format.

Properties

Defines

Gets the defines that should be set as a define on an image.

public IEnumerable<IDefine> Defines { get; }

Property Value

IEnumerable<IDefine>

Format

Gets the format where the defines are for.

public MagickFormat? Format { get; }

Property Value

MagickFormat

PixelFormat

Gets or sets the video pixel format (video:pixel-format).

public string? PixelFormat { get; set; }

Property Value

string

ReadMode

Gets or sets the video read mode (video:intermediate-format).

public VideoReadMode? ReadMode { get; set; }

Property Value

VideoReadMode?

VideoSync

Gets or sets the video sync (video:vsync).

public VideoSync? VideoSync { get; set; }

Property Value

VideoSync?