This class represents a frame returned by WMReader 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 WMPreLoadedFrame _
	Inherits PreLoadedFrame

C#

public sealed class WMPreLoadedFrame : PreLoadedFrame

Remarks

This frame is returned for unseekable movies and, therefore, already contains a bitmap, in contrast to WMFrame.

Thread Safety

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