Returns a current frame as an Object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill.Codecs.MediaProcessor (in Aurigma.GraphicsMill.Codecs.MediaProcessor.dll)
Public ReadOnly Property Current As Object
public Object Current { get; }
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.