Sensoray 811 Windows SDK Manual de usuario Pagina 13

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 23
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 22 23

Comentarios a estos manuales

Sin comentarios