mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
armbox: eplayer3 add read-count
This commit is contained in:
@@ -791,10 +791,10 @@ bool cPlayback::IsPlaying()
|
||||
|
||||
uint64_t cPlayback::GetReadCount()
|
||||
{
|
||||
//if (player && player->playback)
|
||||
//{
|
||||
// return player->playback->readCount;
|
||||
//}
|
||||
if (player && player->playback)
|
||||
{
|
||||
return player->playback->readCount;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user