#include <mobu-python-api.h>
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.
Inheritance diagram for FBExistingFileAction:Public Attributes | |
| object | kFBExistingFileAskUser |
| Ask the user for desired operation via a dialog. More... | |
| object | kFBExistingFileOverwrite |
| Overwrite the existing file on disk. More... | |
| object | kFBExistingFileAppend |
| Append the new recording to existing recording. More... | |
| object | kFBExistingFileAbortOperation |
| Cancel preparing the audio in to record. More... | |
| object kFBExistingFileAbortOperation |
Cancel preparing the audio in to record.
| object kFBExistingFileAppend |
Append the new recording to existing recording.
Warning: Be sure that the current file format match your recording option!
| object kFBExistingFileAskUser |
Ask the user for desired operation via a dialog.
| object kFBExistingFileOverwrite |
Overwrite the existing file on disk.