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

Available loop modes for the transport control. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTransportLoopMode:

Public Attributes

 kFBTransportNoLoop
 Playback not looping.

 
 kFBTransportLoopCurrentTake
 Playback looping the current take.

 
 kFBTransportLoopThroughAllTakes
 Playback from the current take through all takes in order then stops.

 

Detailed Description

Available loop modes for the transport control.


Member Data Documentation

◆ kFBTransportLoopCurrentTake

kFBTransportLoopCurrentTake

Playback looping the current take.

◆ kFBTransportLoopThroughAllTakes

kFBTransportLoopThroughAllTakes

Playback from the current take through all takes in order then stops.

◆ kFBTransportNoLoop

kFBTransportNoLoop

Playback not looping.