Sensoray 614 Windows Instrukcja Użytkownika Strona 19

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 35
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 18
MID314_API int SN_PausePlayback(
BOOL bPause
);
Pauses/resumes playback.
Parameters
bPause
TRUE for pause, FALSE for resume.
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_PlaybackSetRate(
double drate
);
Changes playback speed.
Parameters
drate
a double specifying playback speed. 0.5 corresponds to half of normal speed, 2.0 - double
the normal speed. Minimum speed is 0.5.
Returns
0 on success, negative value if error (see mid314types.h for error codes list).
MID314_API int SN_PlaybackSetSeekPosition(
int percent,
int range
);
Seeks the position in the file being played back. The position is calculated as file_size * percent /
range.
Parameters
19
Przeglądanie stron 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 34 35

Komentarze do niniejszej Instrukcji

Brak uwag