With folders, you can group tracks together and create different
timelines.
|
Public Member Functions
|
|
|
FBStoryFolder (FBStoryFolder
pParentFolder=None) |
| |
Constructor.
|
|
|
FBDelete () |
| |
Virtual FBDelete function.
|
Public Attributes
|
|
FBListStoryFolder |
Childs |
| |
List: Children folders of this
folder.
|
|
str |
Label |
| |
Read Write Property: Label to display
for this story folder.
|
|
bool |
Mute |
| |
Read Write Property: If true, this
story folder will be muted.
|
|
FBStoryFolder |
Parent |
| |
Read Only Property: Object pointing
to the folder's parent.
|
|
bool |
Solo |
| |
Read Write Property: If true, this
story folder will be the only one to play.
|
|
FBListStoryTrack |
Tracks |
| |
List: Tracks of this folder.
|