BB FlashBack SDK: FBPlayer

FrameWithMarker

Description

Returns a boolean value indicating whether the designated frame contains a marker.

Syntax

[C#/C++]
public Bool FrameWithMarker(int frameNum)

[VB.NET]
Public Function FrameWithMarker(ByVal FrameNum As Integer) As Boolean

Parameters

Parameter Description
FrameNum Required. An integer value indicating the frame number to query for marker information.

Remarks

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

See Also

FrameWithPause method, GetFrameMarkerText method, GetMarkerFrameNum method, SetUserPause method, RemoveUserPause method, FrameWithUserPause method, GetFrameUserPauseID method