| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/glib-2.0/schemas/ |
Upload File : |
<schemalist>
<enum id="org.gnome.SoundRecorder.AudioProfile">
<value nick='vorbis' value='0'/>
<value nick='opus' value='1'/>
<value nick='flac' value='2'/>
<value nick='mp3' value='3'/>
</enum>
<enum id="org.gnome.SoundRecorder.AudioChannel">
<value nick='stereo' value='0'/>
<value nick='mono' value='1'/>
</enum>
<schema id="org.gnome.SoundRecorder" path="/org/gnome/SoundRecorder/" gettext-domain="org.gnome.SoundRecorder">
<key name="window-size" type="ai">
<default>[780, 480]</default>
<summary>Window size</summary>
<description>Window size (width and height).</description>
</key>
<key name="window-position" type="ai">
<default>[]</default>
<summary>Window position</summary>
<description>Window position (x and y).</description>
</key>
<key name="audio-profile" enum="org.gnome.SoundRecorder.AudioProfile">
<default>'flac'</default>
<summary>Maps media types to audio encoder preset names.</summary>
<description>Maps media types to audio encoder preset names. If there is no mapping set, the default encoder settings will be used.</description>
</key>
<key name="audio-channel" enum="org.gnome.SoundRecorder.AudioChannel">
<default>'stereo'</default>
<summary>Available channels</summary>
<description>Maps available channels. If there is not no mapping set, stereo channel will be used by default.</description>
</key>
</schema>
</schemalist>