From 7a17954c26add31f28b69989f54e0f28a17c8949 Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 11 Dec 2002 14:25:49 +0000 Subject: - roll back the threaded xine initialization, the mediaplayer initialization state and the PlayButton change set - instead load the audio-/video widget and the xine control on-demand. much faster and much simpler for startup --- (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.h') diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h index 6fe6d76..7408fdc 100644 --- a/noncore/multimedia/opieplayer2/mediaplayerstate.h +++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h @@ -61,7 +61,6 @@ public: bool isPaused() const { return paused; } bool isPlaying() const { return playing; } bool isStopped() const { return stopped; } - bool isInitialized() const; long position() const { return curPosition; } long length() const { return curLength; } DisplayType displayType() const; @@ -98,8 +97,6 @@ public slots: void toggleBlank(); void writeConfig( Config& cfg ) const; - void setBackendInitialized(); - signals: void fullscreenToggled( bool ); void scaledToggled( bool ); @@ -118,8 +115,6 @@ signals: void prev(); void next(); - void initialized(); - private: bool streaming : 1; bool seekable : 1; @@ -132,7 +127,6 @@ private: bool paused : 1; bool playing : 1; bool stopped : 1; - bool backendInitialized : 1; long curPosition; long curLength; DisplayType m_displayType; -- cgit v0.9.0.2