1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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>Location</key>
- <dict>
- <key>LocationImageQuality</key>
- <real>0.7</real>
- <key>LocationImageWidth</key>
- <string>480</string>
- <key>LocationImageHeight</key>
- <string>240</string>
- </dict>
- <key>File</key>
- <dict>
- <key>RelativePath</key>
- <string>Documents/MyFile</string>
- <key>MaxRangeUnit</key>
- <real>1048576</real>
- </dict>
- <key>Voice</key>
- <dict>
- <key>AudioEncodingBitRate</key>
- <real>7950</real>
- </dict>
- <key>Image</key>
- <dict>
- <key>ThumbnailQuality</key>
- <string>0.3</string>
- <key>ThumbnailMaxSize</key>
- <string>240</string>
- <key>ThumbnailMinSize</key>
- <string>100</string>
- <key>ImageQuality</key>
- <real>0.85</real>
- <key>ImageWidth</key>
- <integer>1080</integer>
- <key>ImageHeight</key>
- <integer>1080</integer>
- </dict>
- <key>CustomerService</key>
- <dict>
- <key>SuspendWhenLeave</key>
- <true/>
- </dict>
- <key>Download</key>
- <dict>
- <key>DownloadSliceSize</key>
- <real>20971520</real>
- </dict>
- <key>Sight</key>
- <dict>
- <key>SightCompressWidth</key>
- <integer>540</integer>
- <key>SightCompressHeight</key>
- <integer>960</integer>
- </dict>
- </dict>
- </plist>
|