Python Reference Guide
 
Loading...
Searching...
No Matches
FBTimeMarkAction Class Reference

Time (Global & Take) Mark assigned action. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTimeMarkAction:

Public Attributes

 kFBTimeMarkAction_None
 No action. The mark is just visual hint.

 
 kFBTimeMarkAction_Stop
 When reaching the mark, the playback stops.

 
 kFBTimeMarkAction_Loop
 When reaching the mark, the playback loops to previous global mark (or start frame if any).

 

Detailed Description

Time (Global & Take) Mark assigned action.


Member Data Documentation

◆ kFBTimeMarkAction_Loop

kFBTimeMarkAction_Loop

When reaching the mark, the playback loops to previous global mark (or start frame if any).

◆ kFBTimeMarkAction_None

kFBTimeMarkAction_None

No action. The mark is just visual hint.

◆ kFBTimeMarkAction_Stop

kFBTimeMarkAction_Stop

When reaching the mark, the playback stops.