Aurigma Graphics Mill 5.5 for .NET
DSPreLoadedFrame Class
This class represents a frame returned by DSReader and always containing a bitmap.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Syntax
Visual Basic
Public NotInheritable Class DSPreLoadedFrame _ Inherits PreLoadedFrame
C#
public sealed class DSPreLoadedFrame : PreLoadedFrame
Remarks
This frame is returned for unseekable movies and, therefore, already contains a bitmap, in contrast to DSFrame.
Inheritance Hierarchy
System..::.Object
L
Aurigma.GraphicsMill..::.LockableObject
L
Aurigma.GraphicsMill.Codecs..::.Frame
L
Aurigma.GraphicsMill.Codecs..::.PreLoadedFrame
L
Aurigma.GraphicsMill.Codecs..::.DSPreLoadedFrame
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.


