ADLINK Technology PCI-MP4S Uživatelský manuál Strana 48

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 83
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 47
Function Library 42
<Delphi >
procedure Encode_Callback
(Encoder_Index:Longint;int_status:Longint;var
param_struct:param_str);stdcall
var
{* add your var here *}
begin
case int_status of
1: begin {********* Image Ready *********}
end;
2: begin {********* Set Image Config Event
*********}
end;
4: begin {********* Connected Event *********}
end;
8: begin {********* Disconnect Event
*********}
end;
16: begin {********* Motion Detection Event
*********}
end;
end; // end case int_status of
end;
// Main Code
var
Encoder_Index, Result: Longint;
begin
Encoder_Index:= 0;
Result :=
AngeloMPEG4_Encode_Set_Callback
(Encoder_Index,
Encode_Callback);
end;
AngeloMPEG4_Encode_Start–
AngeloMPEG4_Encode_Stop–
AngeloMPEG4_Encode_Close–
@ Syntax
C/C++ (Windows 98/NT/2000/XP)
int AngeloMPEG4_Encode_Start(int Encoder_Index);
int AngeloMPEG4_Encode_Stop(int Encoder_Index);
int AngeloMPEG4_Encode_Close(int Encoder_Index);
Visual Basic (Windows 98/NT/2000/XP)
AngeloMPEG4_Encode_Start (ByVal
Encoder_Index
As Long) As Long
AngeloMPEG4_Encode_Stop (ByVal
Encoder_Index
As Long) As Long
Zobrazit stránku 47
1 2 ... 43 44 45 46 47 48 49 50 51 52 53 ... 82 83

Komentáře k této Příručce

Žádné komentáře