mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
armbox: eplayer3 add read-count
Origin commit data
------------------
Branch: master
Commit: ef45a9f370
Author: redblue-pkt <redblue-pkt@orange.pl>
Date: 2019-01-06 (Sun, 06 Jan 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -782,10 +782,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