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

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

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