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

Action to perform, when preparing an Audio In object to record, when the action clip associated to the recording path already exists on disk and is not empty. More...

#include <pyfbsdk.h>

Inheritance diagram for FBExistingFileAction:

Public Attributes

 kFBExistingFileAskUser
 Ask the user for desired operation via a dialog.

 
 kFBExistingFileOverwrite
 Overwrite the existing file on disk.

 
 kFBExistingFileAppend
 Append the new recording to existing recording. Warning: Be sure that the current file format match your recording option!

 
 kFBExistingFileAbortOperation
 Cancel preparing the audio in to record.

 

Detailed Description

Action to perform, when preparing an Audio In object to record, when the action clip associated to the recording path already exists on disk and is not empty.


Member Data Documentation

◆ kFBExistingFileAbortOperation

kFBExistingFileAbortOperation

Cancel preparing the audio in to record.

◆ kFBExistingFileAppend

kFBExistingFileAppend

Append the new recording to existing recording. Warning: Be sure that the current file format match your recording option!

◆ kFBExistingFileAskUser

kFBExistingFileAskUser

Ask the user for desired operation via a dialog.

◆ kFBExistingFileOverwrite

kFBExistingFileOverwrite

Overwrite the existing file on disk.