TEncryptionMethod
Type of encryption method
Declaration
TEncryptionMethod =(em_Fast_Encryption, em_AES_Encryption);
enum TEncryptionMethod: unsigned int em_Fast_Encryption, em_AES_Encryption ;
Description
Type of encryption method:
em_Fast_Encryption: fast encryption, suitable for real-time encryption of large video sizes and/or several concurrent recordings
em_AES_Encryption: AES encryption. Safer, but slower.
See Also
Decrypt_File Encrypt_File EncryptionMethod SetDecryptionKey SetEncryptionKey