X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/256c055e88a61dac1cffadaeb7b302494e7bfc31..767e3be0fa755e435a070d145fa623e36762d7a8:/wxPython/demo/MediaCtrl.py diff --git a/wxPython/demo/MediaCtrl.py b/wxPython/demo/MediaCtrl.py index 503648af9b..9145594299 100644 --- a/wxPython/demo/MediaCtrl.py +++ b/wxPython/demo/MediaCtrl.py @@ -103,6 +103,16 @@ def runTest(frame, nb, log): overview = """

wx.MediaCtrl

+wx.MediaCtrl is a class that allows a way to convieniently display types of +media, such as videos, audio files, natively through native codecs. + +

+wx.MediaCtrl uses native backends to render media, for example on Windows +there is a ActiveMovie/DirectShow backend, and on Macintosh there is a +QuickTime backend. +

+wx.MediaCtrl is not currently available on unix systems. + """