Table of Contents

Class VideoWriteDefines

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

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

public sealed class VideoWriteDefines : IWriteDefines, IDefines
Inheritance
VideoWriteDefines
Implements
IWriteDefines
IDefines
Inherited Members

Constructors

VideoWriteDefines(MagickFormat?)

Initializes a new instance of the VideoWriteDefines class.

public VideoWriteDefines(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