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.

Thread Safety

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