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

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 130
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 109
100 Function Library
format:
1: m4v,
2: avi.
3: both.
@ Return Code
0: ERROR_NoError
@ Example
< VC/BCB >
int Result;
int channel = 0;
char* n_file_name = “test”;
int interval_second = 10; //10 seconds
long format = 1 + 2; //save both file format
Result =
AngeloMPEG4_Decode_Save_File_Start(channel,
n_file_name, interval_second, format);
< Visual Basic >
Dim Result As Long, channel As Long,
interval_second As Long, format As Long
channel = 0;
n_file_name = “test”
interval_second = 60
format = 3 ‘save both format
Result =
AngeloMPEG4_Decode_Save_File_Start(channel,
n_file_name, interval_second, format)
<Delphi >
var
channel: Longint;
n_file_name: String;
Zobrazit stránku 109
1 2 ... 105 106 107 108 109 110 111 112 113 114 115 ... 129 130

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

Žádné komentáře