commented out some test code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43101 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -25,7 +25,11 @@ class TestPanel(wx.Panel):
|
|||||||
|
|
||||||
# Create some controls
|
# Create some controls
|
||||||
try:
|
try:
|
||||||
self.mc = wx.media.MediaCtrl(self, style=wx.SIMPLE_BORDER)
|
self.mc = wx.media.MediaCtrl(self, style=wx.SIMPLE_BORDER,
|
||||||
|
#szBackend=wx.media.MEDIABACKEND_DIRECTSHOW
|
||||||
|
#szBackend=wx.media.MEDIABACKEND_QUICKTIME
|
||||||
|
#szBackend=wx.media.MEDIABACKEND_WMP10
|
||||||
|
)
|
||||||
except NotImplementedError:
|
except NotImplementedError:
|
||||||
self.Destroy()
|
self.Destroy()
|
||||||
raise
|
raise
|
||||||
|
Reference in New Issue
Block a user