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

AviTransition Class

This is a base class for transition effects for video files.

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

Syntax

Visual Basic
Public Class AviTransition _
	Inherits LockableObject
C#
public class AviTransition : LockableObject

Remarks

You need not use this class. If you want to inherit to create your own transition, use AviCustomTransition instead.

Inheritance Hierarchy

Thread Safety

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

See Also

Reference