BB FlashBack SDK: FBPlayer

Frames

Description

Returns the number of frames in the loaded movie.

Syntax

[C#/C++]
public long Frames

[VB.NET]
Public Frames As Long

Remarks

Call the LoadFile method to load a movie before reading this property.

See Also

Length property, FramesPerSec property, CurrentFrame property, CurrentTime property, LoadFile method, FirstFrame method, LastFrame method, GotoFrame method