Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 10

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 9
pSource
pointer to the value of current input.
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_SetVidSys(
MID811_VIDSYS vidsys,
int devid
);
Sets the input video system (NTSC, PAL).
Parameters
vidsys
video system enumerated type (see mid811types.h).
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_GetVidSys(
MID811_VIDSYS *pvidsys,
int devid
);
Gets the input video system (NTSC, PAL).
Parameters
pvidsys
pointer to video system enumerated type (see mid811types.h).
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).
10
Przeglądanie stron 9
1 2 ... 5 6 7 8 9 10 11 12 13 14 15 ... 22 23

Komentarze do niniejszej Instrukcji

Brak uwag