 dea5173edf
			
		
	
	dea5173edf
	
	
	
		
			
			Android AppRTCDemo. - Add an option to set VP8 encoder start bitrate usig x-google-start-bitrate line in remote SDP. - Allow to enabled/disable VP8 hw decoder and encoder acceleration using appRTC settings. BUG=4046 R=jiayl@webrtc.org Review URL: https://webrtc-codereview.appspot.com/32539004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7775 4adac7df-926f-26a2-2b94-8c16560cd09d
		
			
				
	
	
		
			29 lines
		
	
	
		
			721 B
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			721 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>
 | |
| 
 | |
| </resources>
 |