BB FlashBack SDK: FBPlayer

GetFrameUserPauseID

Description

Returns an integer value providing the 'user' pause identifier associated with the designated frame number.

User pauses are created by the SetUserPause method.

Syntax

[C#/C++]
public int GetFrameUserPauseID(int frameNum)

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

Parameters

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

See Also

SetUserPause  RemoveUserPause  FrameWithUserPause RemoveUserPauses