Returns a current frame as an Object.

Namespace: Aurigma.GraphicsMill.Codecs
Assembly: Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)

Syntax

Visual Basic

ReadOnly Property Current As Object

C#

                Object Current { get; }

Property Value

A current frame.

Remarks

This property is used when one cannot get the frame by index and have to iterate through all frames of the movie.

You may use the LoadCurrentFrame()()() method instead.