BB FlashBack SDK: FBPlayer

FirstFrame

Description

Seeks to the first frame of the movie loaded in the player.

Syntax

[C#/C++]
public void FirstFrame()

[VB.NET]
Public Sub FirstFrame

Remarks

The movie must be loaded using the LoadFile method before a seek is attempted.

See Also

LoadFile method, Play method, LastFrame method, GotoFrame method