From d948361c1b475fab4660b28fbf5ec21fd34d923f Mon Sep 17 00:00:00 2001 From: llornkcor Date: Mon, 25 Feb 2002 04:59:47 +0000 Subject: fixed --- (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 19d1a8e..6ae6e06 100644 --- a/core/multimedia/opieplayer/wavplugin/wavplugin.h +++ b/core/multimedia/opieplayer/wavplugin/wavplugin.h @@ -17,12 +17,14 @@ ** not clear to you. ** **********************************************************************/ +// L.J.Potter added changes Fri 02-15-2002 + #ifndef WAV_PLUGIN_H #define WAV_PLUGIN_H #include #include -#include +#include "../mediaplayerplugininterface.h" // #define OLD_MEDIAPLAYER_API @@ -51,6 +53,7 @@ public: int audioStreams(); int audioChannels( int stream ); int audioFrequency( 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