Skip to content

SetEncryptionKey

function

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

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