added a crude hack to play sound

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17360 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-05-07 21:08:01 +00:00
parent 5dfe4fc749
commit 3e070a9ee4
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -22,6 +22,7 @@
#include <MediaDefs.h>
#include <MediaNode.h>
#include <String.h>
class BBitmap;
class BMediaFile;
@@ -77,7 +78,7 @@ private:
private:
VideoView * fVideoView;
BString fName;
bool fPaused;
bool fStopped;
BMediaFile * fMediaFile;