X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8d7e482e06d6179b827a955587bec1b694823b37..729b47568addbc2cd18378a47cf6010428825f26:/wxPython/src/media.i?ds=sidebyside 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`"); };