Python Reference Guide
FBTriggerStyle Class Reference

Audio clips' trigger styles. More...

#include <pyfbsdk_generated.h>

Inheritance diagram for FBTriggerStyle:

Public Attributes

 kFBTriggerStyleContinue
 Previously triggered clips that are still playing won't be stopped and mixing will occur.
More...
 
 kFBTriggerStyleCut
 Previously triggered clips that are still playing will be stopped.
More...
 
 kFBTriggerStyleToggle
 If a previously triggered clip is playing, it will only be stopped, otherwise a new starts playing. No mixing and no loop.
More...
 

Detailed Description

Audio clips' trigger styles.


Member Data Documentation

◆ kFBTriggerStyleContinue

kFBTriggerStyleContinue

Previously triggered clips that are still playing won't be stopped and mixing will occur.

◆ kFBTriggerStyleCut

kFBTriggerStyleCut

Previously triggered clips that are still playing will be stopped.

◆ kFBTriggerStyleToggle

kFBTriggerStyleToggle

If a previously triggered clip is playing, it will only be stopped, otherwise a new starts playing. No mixing and no loop.