toggle menu
PLVAndroidMediaPlayer
2.7.1
release
switch theme
search in API
media-player-business
/
net.polyv.android.player.business.scene.common.model.vo
/
PLVMediaRoute
PLVMedia
Route
data
class
PLVMediaRoute
(
val
name
:
String
,
val
index
:
Int
,
val
host
:
String
?
,
val
hostShort
:
String
?
,
val
probability
:
Double
)
线路/cdn
Author
Hoshiiro
Members
Constructors
PLVMedia
Route
Link copied to clipboard
constructor
(
name
:
String
,
index
:
Int
,
host
:
String
?
,
hostShort
:
String
?
,
probability
:
Double
)
Properties
host
Link copied to clipboard
val
host
:
String
?
host
Short
Link copied to clipboard
val
hostShort
:
String
?
index
Link copied to clipboard
val
index
:
Int
name
Link copied to clipboard
val
name
:
String
probability
Link copied to clipboard
val
probability
:
Double