cache the track duration

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17483 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-05-16 19:07:53 +00:00
parent afc66bbbc3
commit d38c8112a7
2 changed files with 12 additions and 4 deletions
+1
View File
@@ -110,6 +110,7 @@ private:
volatile bool fSeekAudio;
volatile bool fSeekVideo;
volatile bigtime_t fSeekPosition;
bigtime_t fDuration;
};