From ddfc3c3073216d6a9ef15b26e3836b9c3eb2085c Mon Sep 17 00:00:00 2001 From: harlekin Date: Sun, 10 Nov 2002 13:40:33 +0000 Subject: fixed seeking and further adaption to the new api --- (limited to 'noncore/multimedia/opieplayer2/lib.h') diff --git a/noncore/multimedia/opieplayer2/lib.h b/noncore/multimedia/opieplayer2/lib.h index 191dbbd..38938a1 100644 --- a/noncore/multimedia/opieplayer2/lib.h +++ b/noncore/multimedia/opieplayer2/lib.h @@ -90,6 +90,7 @@ namespace XINE { int currentPosition()/*const*/; //in seconds int currentTime()/*const*/; + int length() /*const*/; bool isSeekable()/*const*/; @@ -172,7 +173,9 @@ namespace XINE { int error() /*const*/; signals: + void stopped(); + private: int m_bytes_per_pixel; int m_length, m_pos, m_time; -- cgit v0.9.0.2