Moves to the next frame in a sequence.

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

Syntax

Visual Basic

Public Function LoadNextFrame As IFrame

C#

public IFrame LoadNextFrame()

Return Value

The next frame in a sequence as an object implementing the IFrame interface. If to try to load a frame after the end of a movie, null is returned.

Remarks

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