Initial video code and RTP library.

This commit is contained in:
Cameron Gutman
2013-09-22 08:06:16 -04:00
parent 3aad899a07
commit e8b6158a87
39 changed files with 8075 additions and 67 deletions

View File

@@ -5,9 +5,9 @@
android:background="#0099cc"
tools:context=".Game" >
<!--VideoView
android:id="@+id/videoView"
<SurfaceView
android:id="@+id/surfaceView"
android:layout_width="match_parent"
android:layout_height="match_parent" /> -->
android:layout_height="match_parent" />
</FrameLayout>