RCConfig.plist 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5. <key>Location</key>
  6. <dict>
  7. <key>LocationImageQuality</key>
  8. <real>0.7</real>
  9. <key>LocationImageWidth</key>
  10. <string>480</string>
  11. <key>LocationImageHeight</key>
  12. <string>240</string>
  13. </dict>
  14. <key>File</key>
  15. <dict>
  16. <key>RelativePath</key>
  17. <string>Documents/MyFile</string>
  18. <key>MaxRangeUnit</key>
  19. <real>1048576</real>
  20. </dict>
  21. <key>Voice</key>
  22. <dict>
  23. <key>AudioEncodingBitRate</key>
  24. <real>7950</real>
  25. </dict>
  26. <key>Image</key>
  27. <dict>
  28. <key>ThumbnailQuality</key>
  29. <string>0.3</string>
  30. <key>ThumbnailMaxSize</key>
  31. <string>240</string>
  32. <key>ThumbnailMinSize</key>
  33. <string>100</string>
  34. <key>ImageQuality</key>
  35. <real>0.85</real>
  36. <key>ImageWidth</key>
  37. <integer>1080</integer>
  38. <key>ImageHeight</key>
  39. <integer>1080</integer>
  40. </dict>
  41. <key>CustomerService</key>
  42. <dict>
  43. <key>SuspendWhenLeave</key>
  44. <true/>
  45. </dict>
  46. <key>Download</key>
  47. <dict>
  48. <key>DownloadSliceSize</key>
  49. <real>20971520</real>
  50. </dict>
  51. <key>Sight</key>
  52. <dict>
  53. <key>SightCompressWidth</key>
  54. <integer>540</integer>
  55. <key>SightCompressHeight</key>
  56. <integer>960</integer>
  57. </dict>
  58. </dict>
  59. </plist>