- Add peer connection Java API to initialize field trial string. - Add setting option to select VP8 or Vp9 as default video codec. - Minor code clean up and allowing 720p portrait encoding. R=wzh@webrtc.org Review URL: https://webrtc-codereview.appspot.com/39899004 Cr-Commit-Position: refs/heads/master@{#8303} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8303 4adac7df-926f-26a2-2b94-8c16560cd09d
34 lines
830 B
XML
34 lines
830 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string-array name="videoResolutions">
|
|
<item>Default</item>
|
|
<item>HD (1280 x 720)</item>
|
|
<item>VGA (640 x 480)</item>
|
|
<item>QVGA (320 x 240)</item>
|
|
</string-array>
|
|
|
|
<string-array name="videoResolutionsValues">
|
|
<item>Default</item>
|
|
<item>1280 x 720</item>
|
|
<item>640 x 480</item>
|
|
<item>320 x 240</item>
|
|
</string-array>
|
|
|
|
<string-array name="cameraFps">
|
|
<item>Default</item>
|
|
<item>30 fps</item>
|
|
<item>15 fps</item>
|
|
</string-array>
|
|
|
|
<string-array name="startBitrate">
|
|
<item>Default</item>
|
|
<item>Manual</item>
|
|
</string-array>
|
|
|
|
<string-array name="videoCodecs">
|
|
<item>VP8</item>
|
|
<item>VP9</item>
|
|
</string-array>
|
|
|
|
</resources>
|