SaturnRingLibrary 0.9.1
SGL wrapper
 
Loading...
Searching...
No Matches

◆ SetSpeed()

void SRL::CinepakPlayer::SetSpeed ( const int32_t rate,
const bool outputAudio = true ) const
inline

Set movie playback speed.

Parameters
rateSpeed at which movie should play
Value Meaning
0 Play at normal speed
1-1024 Speed ratio x1024
(1024 = normal speed, 512 = half speed, 256 = quarter speed)
outputAudioIf true, allows audio output while playing at different rate, setting to false is same as SetVolume(0)