aboutsummaryrefslogtreecommitdiffstats
path: root/PySide/QtMultimedia/typesystem_multimedia.xml
diff options
context:
space:
mode:
authorCarlos Goncalves <mail@cgoncalves.info>2010-03-09 12:48:41 +0000
committerHugo Parente Lima <hugo.lima@openbossa.org>2010-04-12 17:30:01 -0300
commit3ddaabdefe113406be50447515fcf39cc058554a (patch)
treeb1dd7dfb0121d3bcf1bdbe30e3e082f3c492c370 /PySide/QtMultimedia/typesystem_multimedia.xml
parent542095e1ee72e32e5b935fb20c52d17d54903f79 (diff)
Initial QtMultimedia bindings
Diffstat (limited to 'PySide/QtMultimedia/typesystem_multimedia.xml')
-rw-r--r--PySide/QtMultimedia/typesystem_multimedia.xml65
1 files changed, 65 insertions, 0 deletions
diff --git a/PySide/QtMultimedia/typesystem_multimedia.xml b/PySide/QtMultimedia/typesystem_multimedia.xml
new file mode 100644
index 000000000..d523dba97
--- /dev/null
+++ b/PySide/QtMultimedia/typesystem_multimedia.xml
@@ -0,0 +1,65 @@
+<?xml version="1.0"?>
+<typesystem package="PySide.QtMultimedia">
+ <load-typesystem name="typesystem_gui.xml.in" generate="no" />
+
+ <rejection class="" function-name="qobject_cast&lt;QAudioEngineFactoryInterface*&gt;"/>
+ <rejection class="" function-name="qobject_interface_iid&lt;QAudioEngineFactoryInterface*&gt;"/>
+
+ <namespace-type name="QAudio"/>
+ <enum-type name="QAudio::Error"/>
+ <enum-type name="QAudio::Mode"/>
+ <enum-type name="QAudio::State"/>
+ <enum-type name="QAbstractVideoBuffer::HandleType"/>
+ <enum-type name="QAbstractVideoBuffer::MapMode"/>
+ <enum-type name="QAbstractVideoSurface::Error"/>
+ <enum-type name="QAudioFormat::Endian"/>
+ <enum-type name="QAudioFormat::SampleType"/>
+ <enum-type name="QVideoFrame::FieldType"/>
+ <enum-type name="QVideoFrame::PixelFormat"/>
+ <enum-type name="QVideoSurfaceFormat::Direction"/>
+ <enum-type name="QVideoSurfaceFormat::YCbCrColorSpace"/>
+
+ <object-type name="QAbstractVideoBuffer">
+ <modify-function signature="map(QAbstractVideoBuffer::MapMode, int*, int*)">
+ <modify-argument index="0">
+ <replace-type modified-type="PyObject *"/>
+ </modify-argument>
+ <modify-argument index="2">
+ <remove-argument/>
+ </modify-argument>
+ <modify-argument index="3">
+ <remove-argument/>
+ </modify-argument>
+ <inject-code class="target" position="beginning">
+ <insert-template name="fix_arg,int*,int*"/>
+ </inject-code>
+ </modify-function>
+ </object-type>
+
+ <object-type name="QVideoSurfaceFormat"/>
+ <object-type name="QAbstractVideoSurface">
+ <modify-function signature="nearestFormat(const QVideoSurfaceFormat&amp;)const" remove="all"/>
+ <modify-function signature="surfaceFormat()const" remove="all"/>
+ </object-type>
+ <object-type name="QAudioDeviceInfo">
+ <modify-function signature="defaultInputDevice()" remove="all"/>
+ <modify-function signature="defaultOutputDevice()" remove="all"/>
+ <modify-function signature="nearestFormat(const QAudioFormat&amp;)const" remove="all"/>
+ <modify-function signature="preferredFormat()const" remove="all"/>
+ <modify-function signature="availableDevices(QAudio::Mode)" remove="all"/>
+ </object-type>
+ <object-type name="QAudioFormat"/>
+ <!-- DONE TODO TESTCASE check ctor setParent() -->
+ <!-- TODO TESTCASE start() check reference-count -->
+ <object-type name="QAudioInput">
+ <modify-function signature="format()const" remove="all"/>
+ </object-type>
+ <!-- DONE TODO TESTCASE check ctor setParent() -->
+ <!-- TODO TESTCASE start() check reference-count -->
+ <object-type name="QAudioOutput">
+ <modify-function signature="format()const" remove="all"/>
+ </object-type>
+ <!-- TODO TESTCASE don't increment the reference count of the video buffer -->
+ <object-type name="QVideoFrame"/>
+
+</typesystem>