The type VideoView must implement the inherited abstract method MediaController.MediaPlayerControl.getAudioSessionId() VideoView.java
使用以前开发的代码调试小视频功能,发现上面的错误,顾名思义,实现就好了.
在代码中增加这个接口
public int getAudioSessionId()
{
return xxx;
}
The type VideoView must implement the inherited abstract method MediaController.MediaPlayerControl.getAudioSessionId() VideoView.java
使用以前开发的代码调试小视频功能,发现上面的错误,顾名思义,实现就好了.
在代码中增加这个接口
public int getAudioSessionId()
{
return xxx;
}