mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
85 lines
1.9 KiB
Text
85 lines
1.9 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>Title</key>
|
|
<string>Codecs</string>
|
|
<key>Type</key>
|
|
<string>PSGroupSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>speex_16k_preference</string>
|
|
<key>Title</key>
|
|
<string>Speex 16Khz</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>speex_8k_preference</string>
|
|
<key>Title</key>
|
|
<string>Speex 8Khz</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>g722_preference</string>
|
|
<key>Title</key>
|
|
<string>G722</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>gsm_8k_preference</string>
|
|
<key>Title</key>
|
|
<string>GSM</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>ilbc_preference</string>
|
|
<key>Title</key>
|
|
<string>ILBC</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>pcmu_preference</string>
|
|
<key>Title</key>
|
|
<string>PCMU</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
<dict>
|
|
<key>DefaultValue</key>
|
|
<true/>
|
|
<key>Key</key>
|
|
<string>pcma_preference</string>
|
|
<key>Title</key>
|
|
<string>PCMA</string>
|
|
<key>Type</key>
|
|
<string>PSToggleSwitchSpecifier</string>
|
|
</dict>
|
|
</array>
|
|
</dict>
|
|
</plist>
|