2176db343c
This CL was incorrectly reverted in r7647 by the libjingle sync bot. TBR=kjellander@webrtc.org BUG= Review URL: https://webrtc-codereview.appspot.com/32489004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7717 4adac7df-926f-26a2-2b94-8c16560cd09d
23 lines
603 B
XML
23 lines
603 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>
|
|
</resources>
|