The wx.media
module provides a widget class that allows displaying various
types of media, such as video and audio files and streaming, using native
system components. The wxWidgets media classes are an optional part of the
build so it may not always be available on your build of wxPython.
Class | Short Description |
---|---|
MediaCtrl |
wx.media.MediaCtrl is a class for displaying types of media, such as videos, audio files, natively through native codecs. |
MediaEvent |
Event wx.media.MediaCtrl uses. |