~ubuntu-branches/ubuntu/natty/recorditnow/natty

« back to all changes in this revision

Viewing changes to src/plugins/recorder/recordmydesktop/recorditnow_recordmydesktop.kcfg

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2009-11-26 16:50:53 UTC
  • Revision ID: james.westby@ubuntu.com-20091126165053-yifjycveb8j7yt8r
Tags: upstream-0.4
Import upstream version 0.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
 
3
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
      xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
 
5
      http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
 
6
  <kcfgfile name="recorditnowrc"/>
 
7
  <group name="RecordMyDesktop">
 
8
    <entry name="__no_cursor" type="Bool">
 
9
            <label></label>
 
10
            <default>false</default>
 
11
    </entry>
 
12
    <entry name="__no_shared" type="Bool">
 
13
            <label></label>
 
14
            <default>false</default>
 
15
    </entry>
 
16
    <entry name="__full_shots" type="Bool">
 
17
            <label></label>
 
18
            <default>false</default>
 
19
    </entry>
 
20
    <entry name="__subsampling" type="Bool">
 
21
            <default>false</default>
 
22
    </entry>
 
23
    <entry name="__channels" type="Int">
 
24
            <default>-1</default>
 
25
    </entry>
 
26
    <entry name="__freq" type="Int">
 
27
            <default>-1</default>
 
28
    </entry>
 
29
    <entry name="__buffer_size" type="Int">
 
30
            <default>-1</default>
 
31
    </entry>
 
32
    <entry name="__ring_buffer_size" type="Int">
 
33
            <default>-1</default>
 
34
    </entry>
 
35
    <entry name="__device" type="String">
 
36
            <default>hw:0,0</default>
 
37
    </entry>
 
38
    <entry name="__use_jack" type="String">
 
39
            <default></default>
 
40
    </entry>
 
41
    <entry name="__on_the_fly_encoding" type="Bool">
 
42
            <default>false</default>
 
43
    </entry>
 
44
    <entry name="__v_quality" type="Int">
 
45
            <default>63</default>
 
46
    </entry>
 
47
    <entry name="__v_bitrate" type="Int">
 
48
            <default>45000</default>
 
49
    </entry>
 
50
    <entry name="__s_quality" type="Int">
 
51
            <default>10</default>
 
52
    </entry>
 
53
    <entry name="__no_wm_check" type="Bool">
 
54
            <default>false</default>
 
55
    </entry>
 
56
    <entry name="__compress_cache" type="Bool">
 
57
            <default>false</default>
 
58
    </entry>
 
59
    <entry name="followMouse" type="Bool">
 
60
            <default>false</default>
 
61
    </entry>
 
62
    <entry name="frame" type="Bool">
 
63
            <default>true</default>
 
64
    </entry>
 
65
  </group>
 
66
</kcfg>