Sensoray 2224 Windows Instrukcja Użytkownika Strona 27

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 94
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 26
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SetAudioBalanced(
BOOL bBalanced,
HANDLE hdev
);
Sets whether audio input is balanced(differenced) or not (default).
Parameters
bBalanced
1 if input is balanced, 0 otherwise.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_GetAudioBalanced(
BOOL *bBalanced,
HANDLE hdev
);
Retrieves audio balanced setting.
Parameters
bBalanced
1 if input is balanced, 0 otherwise.
hdev
handle to device (obtained from S2226_OpenBoard).
Returns
0 on success, negative value if error (see mid2226types.h for error codes list).
MID2226_API int S2226_SetAudioOutputVol(
27
Przeglądanie stron 26
1 2 ... 22 23 24 25 26 27 28 29 30 31 32 ... 93 94

Komentarze do niniejszej Instrukcji

Brak uwag