Sensoray 2251 Rev.A Instrukcja Użytkownika Strona 13

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 48
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 12
MID2250_API int SN_StopStream(
int board
);
Stops video and audio streaming. If recording is enabled it is stopped as well.
Parameters
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
MID2250_API int SN_SetRecordMode(
MID2250_REC recMode,
int board
);
Sets the record mode (see mid2250types.h for MID2250_REC type definition).
Parameters
recMode
record mode.
board
board number in the system (use 0 for single board setups).
Returns
0 on success, negative value if error (see mid2250types.h for error codes list).
MID2250_API int SN_StartRecord(
char *fileName,
int size,
int breakonrecsize,
int board
);
13
Przeglądanie stron 12
1 2 ... 8 9 10 11 12 13 14 15 16 17 18 ... 47 48

Komentarze do niniejszej Instrukcji

Brak uwag