Interface | Description |
---|---|
BMediaController.VideoViewControl | |
BVideoView.OnCompletionListener |
媒体源播放结束后被调用的回调函数接口定义
|
BVideoView.OnCompletionWithParamListener |
带参数的Oncompletion回调,其余同OnComplete
|
BVideoView.OnErrorListener |
异步操作时,如果有错误发生时被调用的回调函数接口定义,(有的函数调用时会抛出异常)
|
BVideoView.OnInfoListener |
接收关于媒体或播放的信息(和/或)警告的回调函数接口定义
|
BVideoView.OnNetworkSpeedListener |
报告播放时的网络实时速度的回调函数接口定义
linxiongzhou
|
BVideoView.OnPlayingBufferCacheListener |
报告播放时缓存区充盈度百分比的回调函数接口定义
mediacloud-1.1 添加.
|
BVideoView.OnPositionUpdateListener |
接收当前播放时长的回调函数接口定义
|
BVideoView.OnPreparedListener |
媒体源已准备好,即将播放时被调用的回调函数接口定义
|
BVideoView.OnSeekCompleteListener |
seek操作完成后被调用的回调函数接口定义
mediacloud-1.2 添加
|
BVideoView.OnTotalCacheUpdateListener |
报告播放时总缓冲时长的回调函数接口定义
mediacloud-1.1 添加.
|
CyberPlayer.OnBufferingUpdateListener |
Interface definition of a callback to be invoked indicating buffering
status of a media resource being streamed over the network.
|
CyberPlayer.OnCompletionListener |
Interface definition for a callback to be invoked when playback of a
media source has completed.
|
CyberPlayer.OnCompletionWithParamListener | |
CyberPlayer.OnErrorListener |
Interface definition of a callback to be invoked when there has been an
error during an asynchronous operation (other errors will throw
exceptions at method call time).
|
CyberPlayer.OnInfoListener |
Interface definition of a callback to be invoked to communicate some info
and/or warning about the media or its playback.
|
CyberPlayer.OnOnNetworkSpeedListener | |
CyberPlayer.OnPlayingBufferCacheListener | |
CyberPlayer.OnPreparedListener |
Interface definition for a callback to be invoked when the media source
is ready for playback.
|
CyberPlayer.OnSeekCompleteListener |
Interface definition of a callback to be invoked indicating the
completion of a seek operation.
|
CyberPlayer.OnVideoSizeChangedListener |
Interface definition of a callback to be invoked when the video size is
first known or updated
|
Class | Description |
---|---|
BMediaController |
A view containing controls for a BVideoView.
|
BVideoView |
A view for playback.
|
CyberPlayer | |
CyberPlayerSurface | |
MediaCodecAdapter |