|
@@ -25,6 +25,8 @@
|
|
|
- 8.其他说明
|
|
|
|
|
|
|
|
|
+- [老版本详细ReadMe,原文档](https://github.com/yangchong211/YCVideoPlayer/blob/master/read/README.md)
|
|
|
+
|
|
|
|
|
|
### 1.视频具有的功能
|
|
|
##### A基础功能
|
|
@@ -160,7 +162,7 @@ videoPlayer.setController(controller);
|
|
|
- [视频封装思路]()
|
|
|
- [视频问题处理]()
|
|
|
- [音视频博客学习]()
|
|
|
-- [详细ReadMe,原文档]()
|
|
|
+- [详细ReadMe,原文档](https://github.com/yangchong211/YCVideoPlayer/blob/master/read/README.md)
|
|
|
|
|
|
|
|
|
|
|
@@ -235,7 +237,20 @@ videoPlayer.setController(controller);
|
|
|
|
|
|
|
|
|
### 8.其他说明
|
|
|
+#### 8.1 关于LICENSE
|
|
|
+```
|
|
|
+Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
+you may not use this file except in compliance with the License.
|
|
|
+You may obtain a copy of the License at
|
|
|
|
|
|
+ http://www.apache.org/licenses/LICENSE-2.0
|
|
|
+
|
|
|
+Unless required by applicable law or agreed to in writing, software
|
|
|
+distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
+See the License for the specific language governing permissions and
|
|
|
+limitations under the License.
|
|
|
+```
|
|
|
|
|
|
|
|
|
|