题目内容

11 下面实现视频组件初始化功能,请补全代码?private void initVideoPath() { //获取视频文路径 File file = new File(Environment.getExternalStorageDirectory(), “movie.mp4”); ( ?) }

A. mVideoView.setPath(file.getPath());
B. mVideoView.setPathDirectory(file.getPath());
C. mVideoView.setVideoPath(file.getPath());
D. mVideoView.setVideoPathDirectory(file.getPath());

查看答案
更多问题

1 AudioManager是Android中的一个系统服务组件

A. 对
B. 错

2 VideoManager是Android中的一个系统服务组件

A. 对
B. 错

3 音视频服务不需要在配置信息文件中申请权限

A. 对
B. 错

4 Android 音频使用AudioPlayer类来实现功能

A. 对
B. 错

答案查题题库