must implement the inherited abstract method

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

使用之前開發的代碼調試小視頻功能,發現上面的錯誤,顧名思義,實現就行了.java

在代碼中增長這個接口ide

1 public int getAudioSessionId()
2 {
3   return xxx;  
4 }
相關文章
相關標籤/搜索