From 3f6af0c0003ca795a16ba4cba0e06593d25d3d93 Mon Sep 17 00:00:00 2001 From: Hampton Maxwell Date: Fri, 8 Jun 2018 00:16:50 -0700 Subject: [PATCH] Make notes about SurfaceViews better --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88eb586b..d09c82a0 100644 --- a/README.md +++ b/README.md @@ -348,7 +348,9 @@ Adjust the balance of the left and right audio channels. Any value between –1 Platforms: Android MediaPlayer #### useTextureView -Output to a TextureView instead of the default SurfaceView. In general you will want to use SurfaceView because it provides better performance. However, SurfaceViews can't be animated, transformed or scaled. You also can't overlay multiple SurfaceViews. +Output to a TextureView instead of the default SurfaceView. In general, you will want to use SurfaceView because it is more efficient and provides better performance. However, SurfaceViews has two limitations: +* It can't be animated, transformed or scaled +* You can't overlay multiple SurfaceViews useTextureView can only be set at same time you're setting the source.