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>

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. | |
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.
| kFBExistingFileAbortOperation |
Cancel preparing the audio in to record.
| kFBExistingFileAppend |
Append the new recording to existing recording. Warning: Be sure that the current file format match your recording option!
| kFBExistingFileAskUser |
Ask the user for desired operation via a dialog.
| kFBExistingFileOverwrite |
Overwrite the existing file on disk.