Skip to content

Encoder_SetInt

function

Delphi
function Encoder_SetInt (EncoderID: LongInt; Setting: TEncoder_int; Value: LongInt): Boolean;
C++Builder
bool __fastcall Encoder_SetInt(System::LongInt EncoderID, TEncoder_int Setting, System::LongInt Value);
C#
public bool Encoder_SetInt(int EncoderID, TEncoder_int Setting, int Value);
VB.NET
Public Function Encoder_SetInt(EncoderID As Integer, Setting As TEncoder_int, Value As Integer) As Boolean
C++/Qt
BOOL Encoder_SetInt (int EncoderID, TEncoder_int Setting, int Value);

Sets an integer parameter of the Datastead Encoder.