码迷,mamicode.com
首页 > 其他好文 > 详细

must implement the inherited abstract method

时间:2015-09-22 10:10:34      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:

The type VideoView must implement the inherited abstract method MediaController.MediaPlayerControl.getAudioSessionId() VideoView.java

使用以前开发的代码调试小视频功能,发现上面的错误,顾名思义,实现就好了.

在代码中增加这个接口

1 public int getAudioSessionId()
2 {
3   return xxx;  
4 }

 

must implement the inherited abstract method

标签:

原文地址:http://www.cnblogs.com/decwang/p/4827907.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!