1//--------------------------------------------------------------------------- 2// This file is generated by wxPython's SIP generator. Do not edit by hand. 3// 4// Copyright: (c) 2018 by Total Control Software 5// License: wxWindows License 6 7%Module( name=wx._media, 8 keyword_arguments="All", 9 use_argument_names=True, 10 all_raise_py_exception=True, 11 language="C++") 12{ 13 %AutoPyName(remove_leading="wx") 14}; 15 16%Copying 17 Copyright: (c) 2018 by Total Control Software 18 License: wxWindows License 19%End 20 21%DefaultDocstringFormat(name="deindented") 22 23%Extract(id=pycode_media, order=5) 24# This file is generated by wxPython's SIP generator. Do not edit by hand. 25# 26# Copyright: (c) 2018 by Total Control Software 27# License: wxWindows License 28 29""" 30The ``wx.media`` module provides a widget class that allows displaying various 31types of media, such as video and audio files and streaming, using native 32system components. The wxWidgets media classes are an optional part of the 33build so it may not always be available on your build of wxPython. 34""" 35 36from ._media import * 37 38%End 39 40//--------------------------------------------------------------------------- 41 42%ModuleHeaderCode 43#include <wxPython/wxpy_api.h> 44%End 45 46%Import _core.sip 47 48%Include mediactrl.sip 49 50 51//--------------------------------------------------------------------------- 52 53%Extract(id=pycode_media, order=10) 54import wx 55 56%End 57 58 59//--------------------------------------------------------------------------- 60 61