From a99347380a9006ec81a9dba2340d6aaab690a86e Mon Sep 17 00:00:00 2001 From: bipolar Date: Sun, 03 Mar 2002 17:13:17 +0000 Subject: commited by ljp (llornkcor) reverted to qpe's interface for compatibility. Added playlist features: save, remove, and have different ones. Uncommented code for background image and added opielogo. --- (limited to 'core/multimedia/opieplayer/wavplugin/wavplugin.h') diff --git a/core/multimedia/opieplayer/wavplugin/wavplugin.h b/core/multimedia/opieplayer/wavplugin/wavplugin.h index 6ae6e06..1c8ba14 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.h +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.h @@ -24,7 +24,8 @@ #include #include -#include "../mediaplayerplugininterface.h" +/* #include "../mediaplayerplugininterface.h" */ +#include // #define OLD_MEDIAPLAYER_API @@ -53,7 +54,7 @@ public: int audioStreams(); int audioChannels( int stream ); int audioFrequency( int stream ); - int audioBitsPerSample( int stream ); +/* int audioBitsPerSample( int stream ); */ int audioSamples( int stream ); bool audioSetSample( long sample, int stream ); long audioGetSample( int stream ); -- cgit v0.9.0.2