Add Full HD and 4K camera resolutions to AppRTCMobile Android.
BUG=webrtc:6745,webrtc:6734 Review-Url: https://codereview.webrtc.org/2520313002 Cr-Commit-Position: refs/heads/master@{#15192}
This commit is contained in:
parent
2df1ab45ba
commit
b426040788
@ -2,6 +2,8 @@
|
||||
<resources>
|
||||
<string-array name="videoResolutions">
|
||||
<item>Default</item>
|
||||
<item>4K (3840 x 2160)</item>
|
||||
<item>Full HD (1920 x 1080)</item>
|
||||
<item>HD (1280 x 720)</item>
|
||||
<item>VGA (640 x 480)</item>
|
||||
<item>QVGA (320 x 240)</item>
|
||||
@ -9,6 +11,8 @@
|
||||
|
||||
<string-array name="videoResolutionsValues">
|
||||
<item>Default</item>
|
||||
<item>3840 x 2160</item>
|
||||
<item>1920 x 1080</item>
|
||||
<item>1280 x 720</item>
|
||||
<item>640 x 480</item>
|
||||
<item>320 x 240</item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user