public interface IPLVMediaController<T>
限定符和类型 | 方法和说明 |
---|---|
void |
hide() |
boolean |
isShowing() |
void |
onLongBuffering(java.lang.String tip)
加载很久,只对直播有效
|
void |
onPrepared(T mp)
主视频准备完成时会回调
|
void |
setAnchorView(android.view.View view) |
void |
setEnabled(boolean enabled) |
void |
setMediaPlayer(android.widget.MediaController.MediaPlayerControl player)
已过时。
|
void |
show() |
void onPrepared(T mp)
mp
- void onLongBuffering(java.lang.String tip)
tip
- void hide()
boolean isShowing()
void setAnchorView(android.view.View view)
void setEnabled(boolean enabled)
@Deprecated void setMediaPlayer(android.widget.MediaController.MediaPlayerControl player)
void show()