MCPcopy Create free account
hub / github.com/cinder/Cinder / getCurrentTime

Method getCurrentTime

src/cinder/linux/Movie.cpp:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143float MovieBase::getCurrentTime() const
144{
145 return mGstPlayer->getPositionSeconds();
146}
147
148void MovieBase::seekToTime( float seconds )
149{

Callers 7

selectNodeMethod · 0.45
imageLoadedMethod · 0.45
newSeekMethod · 0.45
newStepFwdMethod · 0.45
updateMethod · 0.45
startRecordingMethod · 0.45
timelineEndMethod · 0.45

Calls 1

getPositionSecondsMethod · 0.80

Tested by 4

newSeekMethod · 0.36
newStepFwdMethod · 0.36
updateMethod · 0.36
startRecordingMethod · 0.36