This documentation is for the old version. Go to the latest Graphics Mill docs

CustomEncoderOptions Class

Abstract class for custom encoder options object.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public MustInherit Class CustomEncoderOptions _
	Inherits EncoderOptions
C#
public abstract class CustomEncoderOptions : EncoderOptions

Remarks

This class represents encoder options which are supported by your codec.

Inheritance Hierarchy

System.Object
L Aurigma.GraphicsMill.Codecs.EncoderOptions
L Aurigma.GraphicsMill.Codecs.CustomEncoderOptions

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

Object Model




See Also

Reference