CRIWARE Unity Plugin Manual
Last Updated: 2024-07-12
|
Parameters for initializing CRI File System More...
Public Attributes | |
const int | defaultAndroidDeviceReadBitrate = 50000000 |
int | numberOfLoaders = 16 |
int | numberOfBinders = 8 |
int | numberOfInstallers = 2 |
int | installBufferSize = CriFsPlugin.defaultInstallBufferSize / 1024 |
int | maxPath = 256 |
string | userAgentString = "" |
bool | minimizeFileDescriptorUsage = false |
bool | enableCrcCheck = false |
int | androidDeviceReadBitrate = defaultAndroidDeviceReadBitrate |
Parameters for initializing CRI File System
const int defaultAndroidDeviceReadBitrate = 50000000 |
Default reading performance of the device (bps)
int numberOfLoaders = 16 |
Number of the loaders
int numberOfBinders = 8 |
Number of binders
int numberOfInstallers = 2 |
Number of installers
int installBufferSize = CriFsPlugin.defaultInstallBufferSize / 1024 |
Install buffer size
int maxPath = 256 |
Maximum length of the path
string userAgentString = "" |
User agent string
bool minimizeFileDescriptorUsage = false |
Flag of the file descriptor saving mode
bool enableCrcCheck = false |
Whether to do CRC check on the CPK file
int androidDeviceReadBitrate = defaultAndroidDeviceReadBitrate |
[Android] Device reading performance (bps)