Skip to content

SetDecryptionKey

method

Delphi
function SetDecryptionKey (EncryptionMethod: TEncryptionMethod; KeyValue: string): Boolean;
C++Builder
bool __fastcall SetDecryptionKey(TEncryptionMethod EncryptionMethod, System::UnicodeString KeyValue);
C#
public bool SetDecryptionKey(TEncryptionMethod EncryptionMethod, string KeyValue);
VB.NET
Public Function SetDecryptionKey(EncryptionMethod As TEncryptionMethod, KeyValue As String) As Boolean
C++/Qt
BOOL SetDecryptionKey (TEncryptionMethod EncryptionMethod, wchar_t *KeyValue);

Sets the key used to decrypt the video/audio during recording.