X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53aa7709e08bb3cdaa8ec5c4977f32e817aff7d6..46ae103b9f08fc4e447d16a6a92b03cf55ee3189:/wxPython/src/mac/media.py diff --git a/wxPython/src/mac/media.py b/wxPython/src/mac/media.py index fa5423c269..a747b41bf0 100644 --- a/wxPython/src/mac/media.py +++ b/wxPython/src/mac/media.py @@ -112,6 +112,14 @@ class MediaCtrl(_core.Control): """Stop(self) -> bool""" return _media.MediaCtrl_Stop(*args, **kwargs) + def GetVolume(*args, **kwargs): + """GetVolume(self) -> double""" + return _media.MediaCtrl_GetVolume(*args, **kwargs) + + def SetVolume(*args, **kwargs): + """SetVolume(self, double dVolume) -> bool""" + return _media.MediaCtrl_SetVolume(*args, **kwargs) + def Load(*args, **kwargs): """Load(self, String fileName) -> bool""" return _media.MediaCtrl_Load(*args, **kwargs)