Sensoray 614 Windows Manual de usuario Pagina 19

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 35
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 18
1 2 ... 14 15 16 17 18 19 20 21 22 23 24 ... 34 35

Comentarios a estos manuales

Sin comentarios