|
|
typedef intptr_t | BLOBID_Settings |
| | Object to hold BlobID settings.
|
| |
|
typedef int8_t | BLOBID_UID |
| | Type of UIDs passed to BLOBID_SettingsSetOption()
|
| |
BlobID uses the BLOBID_Settings object to store runtime settings for how BlobID should run.
To create a BLOBID_Settings, call BLOBID_SettingsInit(). Depending on the setting, changes can be made either by calling BLOBID_SettingsSetOption() or functions specific to the setting. All these functions include the BLOBID_Settings as an argument. When done using the BLOBID_Settings, call BLOBID_SettingsClear() to delete it.
◆ BLOBID_SettingsInit()
Create the BLOBID_Settings object with default values.
◆ BLOBID_SettingsClear()
Delete the BLOBID_Settings object
◆ BLOBID_SettingsSetOption()
Based on value of option, sets a variety of settings.
- Parameters
-
| option | UID |
| settings | The BLOBID_Settings object |
Settings controlled by this function: