Removed unnecessary files, removed or replaced images that we're not
sure of their origin or license. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -102,6 +102,9 @@ public:
|
||||
|
||||
wxFileOffset Tell() { return 0; }
|
||||
wxFileOffset Length() { return 0; }
|
||||
|
||||
double GetVolume() { return 0.0; }
|
||||
bool SetVolume(double dVolume) { return false; }
|
||||
};
|
||||
|
||||
const wxEventType wxEVT_MEDIA_FINISHED = 0;
|
||||
@@ -177,6 +180,9 @@ public:
|
||||
bool Pause();
|
||||
bool Stop();
|
||||
|
||||
double GetVolume(); //DirectShow only
|
||||
bool SetVolume(double dVolume); //DirectShow only
|
||||
|
||||
bool Load(const wxString& fileName);
|
||||
%extend {
|
||||
bool LoadFromURI(const wxString& location) {
|
||||
|
||||
Reference in New Issue
Block a user