Aurigma Graphics Mill 5.5 for .NET
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
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.AviTransition
L
Aurigma.GraphicsMill.Codecs..::.AviAlphaTransition
L
Aurigma.GraphicsMill.Codecs..::.AviStripesTransition
L
Aurigma.GraphicsMill.Codecs..::.AviCustomTransition
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.