-
-class MediaCtrlPtr(MediaCtrl):
- def __init__(self, this):
- self.this = this
- if not hasattr(self,"thisown"): self.thisown = 0
- self.__class__ = MediaCtrl
-_media.MediaCtrl_swigregister(MediaCtrlPtr)
-cvar = _media.cvar
+ def GetDownloadProgress(*args, **kwargs):
+ """GetDownloadProgress(self) -> wxFileOffset"""
+ return _media.MediaCtrl_GetDownloadProgress(*args, **kwargs)
+
+ def GetDownloadTotal(*args, **kwargs):
+ """GetDownloadTotal(self) -> wxFileOffset"""
+ return _media.MediaCtrl_GetDownloadTotal(*args, **kwargs)
+
+ DownloadProgress = property(GetDownloadProgress,doc="See `GetDownloadProgress`")
+ DownloadTotal = property(GetDownloadTotal,doc="See `GetDownloadTotal`")
+ PlaybackRate = property(GetPlaybackRate,SetPlaybackRate,doc="See `GetPlaybackRate` and `SetPlaybackRate`")
+ State = property(GetState,doc="See `GetState`")
+ Volume = property(GetVolume,SetVolume,doc="See `GetVolume` and `SetVolume`")
+_media.MediaCtrl_swigregister(MediaCtrl)