toggle menu
PLVAndroidMediaPlayer
2.3.0
release
switch theme
search in API
media-player-core-api
/
net.polyv.android.player.core.api
/
IPLVMediaPlayerControl
IPLVMedia
Player
Control
interface
IPLVMediaPlayerControl
Inheritors
IPLVMediaPlayerCore
Members
Functions
get
Current
Position
Link copied to clipboard
abstract
fun
getCurrentPosition
(
)
:
Long
当前播放进度,单位毫秒
get
Start
Trace
Content
Link copied to clipboard
abstract
fun
getStartTraceContent
(
)
:
String
?
内部接口 获取起播统计数据
get
Track
Info
Link copied to clipboard
abstract
fun
getTrackInfo
(
)
:
List
<
PLVMediaTrackInfo
>
获取音视频轨道数据
get
Traffic
Statistic
Byte
Count
Link copied to clipboard
abstract
fun
getTrafficStatisticByteCount
(
)
:
Long
获取流量统计
pause
Link copied to clipboard
abstract
fun
pause
(
)
暂停播放
screen
Shot
Link copied to clipboard
abstract
fun
screenShot
(
)
:
Bitmap
?
截图
seek
Link copied to clipboard
abstract
fun
seek
(
position
:
Long
)
跳转播放进度到指定位置
set
Loop
Count
Link copied to clipboard
abstract
fun
setLoopCount
(
loopCount
:
Int
)
设置循环播放次数
set
Speed
Link copied to clipboard
abstract
fun
setSpeed
(
speed
:
Float
)
设置播放速度
set
Volume
Link copied to clipboard
abstract
fun
setVolume
(
volume
:
Int
)
设置播放音量
start
Link copied to clipboard
abstract
fun
start
(
)
开始播放