Sensoray 811 Windows SDK Instrukcja Użytkownika Strona 16

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 23
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 15
Returns
0 on success, negative value if error (see mid811types.h for error codes list).
MID811_API int S811_SetMute(
BOOL bMute,
int devid
);
Mutes audio on the host computer. Audio will still be recorded.
Parameters
bMute
TRUE to mute the audio.
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_GetMute(
BOOL *bMute,
int devid
);
Retrieves current audio playback setting.
Parameters
bMute
pointer to retrieved setting.
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).
16
Przeglądanie stron 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 22 23

Komentarze do niniejszej Instrukcji

Brak uwag