MCPcopy Create free account
hub / github.com/alibaba/CicadaPlayer / GetCurrentPosition

Method GetCurrentPosition

mediaPlayer/MediaPlayer.cpp:420–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418 }
419
420 int64_t MediaPlayer::GetCurrentPosition()
421 {
422 GET_PLAYER_HANDLE
423 return CicadaGetCurrentPosition(handle);
424 }
425
426 int64_t MediaPlayer::GetBufferedPosition()
427 {

Callers 7

command_loopFunction · 0.80
getApiOnPreparedFunction · 0.80
onStepSeekMethod · 0.80
onAcceptMethod · 0.80
onStepSeekMethod · 0.80

Calls

no outgoing calls

Tested by 2

command_loopFunction · 0.64
getApiOnPreparedFunction · 0.64