ADLINK Technology PCI-MP4S Manual do Utilizador Página 130

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 172
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 129
118 Appendix: GEME-VM3000 Series Introduction
Format: The argument describes the format in which to save
the file.
1. m4v file
2. avi file
3. both
Dir: The argument is the path and name of the directory that
will be created.
@ Return Code
@ Example
< VC/BCB >
int Result;
int Encoder_Index = 0;
char* n_file_name = “test”;
long interval_second = 60;
int format = 3; //save both format
char* Dir = “temp”;
Result =
AngeloMPEG4_Encode_Save_File_Start(Encoder_
Index, n_file_name, interval_second,
format);
Result = AngeloMPEG4_Encode_Create_Directory
(Encoder_Index, Dir);
< Visual Basic >
Dim Result As Long, Encoder_Index As Long,
interval_second As Long, format As Long
Encoder_Index = 0;
n_file_name = “test”
interval_second = 60
format = 3 “save both format
Dir = “temp”
Result =
AngeloMPEG4_Encode_Save_File_Start(Encoder_
Index, n_file_name, interval_second,
format)
< Delphi >
Var
Encoder_Index, Result: Longint;
Vista de página 129
1 2 ... 125 126 127 128 129 130 131 132 133 134 135 ... 171 172

Comentários a estes Manuais

Sem comentários