基于android实现SurfaceView播放视频代码
.
├── src
│   ├── androidTest
│   │   └── java
│   │       └── cn
│   │           └── itcast
│   │               └── surfaceview
│   │                   └── ExampleInstrumentedTest.java
│   ├── main
│   │   ├── AndroidManifest.xml
│   │   ├── java
│   │   │   └── cn
│   │   │       └── itcast
│   │   │           └── surfaceview
│   │   │               └── MainActivity.java
│   │   └── res
│   │       ├── drawable
│   │       │   └── ic_launcher_background.xml
│   │       ├── drawable-v24
│   │       │   └── ic_launcher_foreground.xml
│   │       ├── layout
│   │       │   └── activity_main.xml
│   │       ├── mipmap-anydpi-v26
│   │       │   ├── ic_launcher.xml
│   │       │   └── ic_launcher_round.xml
│   │       ├── mipmap-hdpi
│   │       │   ├── ic_launcher.png
│   │       │   └── ic_launcher_round.png
│   │       ├── mipmap-mdpi
│   │       │   ├── ic_launcher.png
│   │       │   └── ic_launcher_round.png
│   │       ├── mipmap-xhdpi
│   │       │   ├── ic_launcher.png
│   │       │   └── ic_launcher_round.png
│   │       ├── mipmap-xxhdpi
│   │       │   ├── ic_launcher.png
│   │       │   └── ic_launcher_round.png
│   │       ├── mipmap-xxxhdpi
│   │       │   ├── ic_launcher.png
│   │       │   └── ic_launcher_round.png
│   │       ├── raw
│   │       │   └── video.mp4
│   │       └── values
│   │           ├── colors.xml
│   │           ├── strings.xml
│   │           └── styles.xml
│   └── test
│       └── java
│           └── cn
│               └── itcast
│                   └── surfaceview
│                       └── ExampleUnitTest.java
└── 基于android实现SurfaceView播放视频.rar
28 directories, 24 files

 
  
					
				
评论