BB FlashBack SDK: FBEditor

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

FBEditor::SetUserPause  FBEditor::RemoveUserPause  FBEditor::GetFrameUserPauseID  FBEditor::RemoveUserPauses