Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 11

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 10
MID811_API int S811_GetStatus(
MID811STATUS *pStatus,
int devid
);
Retrieves current status information (see MID811func.h for MID811STATUS type definition).
Multibyte (ASCII) filenames.
Parameters
pStatus
pointer to status variable.
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_GetStatusW(
MID811STATUS_W *pStatus,
int devid
);
Same as S811_GetStatus, but uses Unicode filenames.
MID811_API int S811_StartPreview(
int devid
);
Starts video and audio streaming for preview only.
Parameters
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_StopPreview(
int devid
);
11
Przeglądanie stron 10
1 2 ... 6 7 8 9 10 11 12 13 14 15 16 ... 22 23

Komentarze do niniejszej Instrukcji

Brak uwag