mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
65 lines
1.5 KiB
Text
65 lines
1.5 KiB
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>PreferenceSpecifiers</key>
|
|
<array>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Enable video</string>
|
|
<key>Key</key>
|
|
<string>enable_video_preference</string>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
</dict>
|
|
<dict>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
<key>Title</key>
|
|
<string>Automatically start video</string>
|
|
<key>Key</key>
|
|
<string>start_video_preference</string>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
</dict>
|
|
<dict>
|
|
<key>Title</key>
|
|
<string>Codecs</string>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<false/>
|
|
<key>Key</key>
|
|
<string>mp4v-es_preference</string>
|
|
<key>Title</key>
|
|
<string>mpeg4</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>h264_preference</string>
|
|
<key>Title</key>
|
|
<string>h264</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>vp8_preference</string>
|
|
<key>Title</key>
|
|
<string>VP8</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|