Sensoray 811 Windows SDK Manual do Utilizador Página 13

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 23
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 12
int devid
);
Sets the record mode (see mid811types.h for MID811_REC type definition).
Parameters
recMode
record mode.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecord(
char *fileName,
int devid
);
Starts recording to a file.
Parameters
fileName
full path to the target file, no extension.
devid
device id in the system (use 0 for first channel with a single board installed).
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_StartRecordW(
wchar_t *fileName,
int devid
);
Same as S811_StartRecord, but uses widechar or Unicode filenames.
MID811_API int S811_StopRecord(
13
Vista de página 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 22 23

Comentários a estes Manuais

Sem comentários