Encoder_SetStr
Delphi
function Encoder_SetStr (EncoderID: LongInt; Setting: TEncoder_str; Value: string): Boolean;
C++Builder
bool __fastcall Encoder_SetStr(System::LongInt EncoderID, TEncoder_str Setting, System::UnicodeString Value);
C#
public bool Encoder_SetStr(int EncoderID, TEncoder_str Setting, string Value);
VB.NET
Public Function Encoder_SetStr(EncoderID As Integer, Setting As TEncoder_str, Value As String) As Boolean
C++/Qt
BOOL Encoder_SetStr (int EncoderID, TEncoder_str Setting, wchar_t *Value);
Sets a string parameter of the Datastead Encoder.