BB FlashBack SDK: FBPlayer

RemoveUserPause

Description

Removes the 'user' pause previously set at the requested frame number. User pauses are created by the SetUserPause method.

Syntax

[C#/C++]
public void RemoveUserPause(int frameNum)

[VB.NET]
Public Sub RemoveUserPause(ByVal FrameNum As Integer)

Parameters

Parameter Description
FrameNum Required. An integer value identifying the frame number that contains the custom pause to remove.

See Also

SetUserPause  FrameWithUserPause  GetFrameUserPauseID  RemoveUserPauses