X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7e482e06d6179b827a955587bec1b694823b37..9e477492e29e03c02827b1e42a16cb09a13f5149:/wxPython/src/media.i diff --git a/wxPython/src/media.i b/wxPython/src/media.i index 7cf4b6481f..129284aeb0 100644 --- a/wxPython/src/media.i +++ b/wxPython/src/media.i @@ -240,6 +240,11 @@ public: wxFileOffset GetDownloadProgress(); // DirectShow only wxFileOffset GetDownloadTotal(); // DirectShow only + %property(DownloadProgress, GetDownloadProgress, doc="See `GetDownloadProgress`"); + %property(DownloadTotal, GetDownloadTotal, doc="See `GetDownloadTotal`"); + %property(PlaybackRate, GetPlaybackRate, SetPlaybackRate, doc="See `GetPlaybackRate` and `SetPlaybackRate`"); + %property(State, GetState, doc="See `GetState`"); + %property(Volume, GetVolume, SetVolume, doc="See `GetVolume` and `SetVolume`"); };