FBTransportLoopMode Class Reference

FBTransportLoopMode Class Reference

#include <mobu-python-api.h>

Class Description

Available loop modes for the transport control.

+ Inheritance diagram for FBTransportLoopMode:

Public Attributes

object kFBTransportNoLoop
 Playback not looping. More...
 
object kFBTransportLoopCurrentTake
 Playback looping the current take. More...
 
object kFBTransportLoopThroughAllTakes
 Playback from the current take through all takes in order then stops. More...
 

Member Data Documentation

object kFBTransportLoopCurrentTake

Playback looping the current take.

object kFBTransportLoopThroughAllTakes

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

object kFBTransportNoLoop

Playback not looping.