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.

Thread Safety

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