forked from atilacamurca/vokoscreen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvokoscreen.xml
60 lines (46 loc) · 1.65 KB
/
vokoscreen.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface name="org.vokoscreen.screencast.vokoscreenInterface">
<method name="startrecord">
<arg name="text" type="i" direction="out"/>
</method>
<method name="stoprecord">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setFullScreen">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setWindow">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setArea">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setAreaReset">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setAudioOn">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setAudioOff">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setWebcamOn">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setWebcamOff">
<arg name="text" type="i" direction="out"/>
</method>
<method name="isVokoscreenLoaded">
<arg name="text" type="i" direction="out"/>
</method>
<method name="setCountDown">
<arg name="text" type="i" direction="out"/>
<arg name="value" type="i" direction="in"/>
</method>
<method name="quit">
</method>
</interface>
</node>
<!-- https://codebeautify.org/xmlvalidator -->