BB FlashBack SDK: FBPlayer

FrameWithUserPause

Description

Returns a boolean value indicating whether the designated frame contains a 'user' pause - a pause created by the SetUserPause method.

Syntax

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

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

Parameters

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

See Also

SetUserPause  RemoveUserPause  GetFrameUserPauseID  RemoveUserPauses