World of Might and Magic
0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
|
#include <encryption_info.h>
Открытые атрибуты | |
unsigned int | bytes_of_clear_data |
unsigned int | bytes_of_protected_data |
См. определение в файле encryption_info.h строка 25
unsigned int AVSubsampleEncryptionInfo::bytes_of_clear_data |
The number of bytes that are clear.
См. определение в файле encryption_info.h строка 27
unsigned int AVSubsampleEncryptionInfo::bytes_of_protected_data |
The number of bytes that are protected. If using pattern encryption, the pattern applies to only the protected bytes; if not using pattern encryption, all these bytes are encrypted.
См. определение в файле encryption_info.h строка 34