15 #include "CeeVTFx/Base.h"
17 #include "CeeCore/Str.h"
39 createDigitalSignature =
false;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
Str applicationName
Name of the application that exports the VTFx file (single line of text)
Definition: FileSettings.h:50
bool binary
true (default): use binary data files false: use text data files (mainly for debugging) ...
Definition: FileSettings.h:46
A general unicode based string class.
Definition: Str.h:28
Str vendorName
Vendor name, usually the company name (single line of text)
Definition: FileSettings.h:49
bool createDigitalSignature
true: a signature on the file contents will be created to detect changes made by third parties false...
Definition: FileSettings.h:47
File settings for VTFx files.
Definition: FileSettings.h:33
int compressionLevel
0: no compression 1: low compression rate with fast decompression speed ... 5 (default): medium co...
Definition: FileSettings.h:48
Str password
Password for encrypted VTFx files (AES 256) Empty string (default) to disable encryption. Password must consist of 7 bit ASCII characters.
Definition: FileSettings.h:51