Skip to content

Encoder_GetInt

function

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

Retrieves an integer value from the Datastead Encoder. Useful mainly to get the total Kb written, by invoking Encoder_GetInt (ID, Enc_Bytes_Written_kb_readonly, Value).