ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
Stream
Stream
@
JsonClass
(
generateAdapter
=
true
)
data
class
Stream
(
val
height
:
Int
,
val
width
:
Int
,
val
filesize
:
Long
?
,
@
Json
(
name
=
"stream_type"
)
val
streamType
:
String
?
,
val
url
:
String
,
val
bitrate
:
Int
?
,
val
provider
:
String
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Stream
Link copied to clipboard
fun
Stream
(
height
:
Int
,
width
:
Int
,
filesize
:
Long
?
,
@
Json
(
name
=
"stream_type"
)
streamType
:
String
?
,
url
:
String
,
bitrate
:
Int
?
,
provider
:
String
?
)
Content copied to clipboard
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
?
Content copied to clipboard
filesize
Link copied to clipboard
val
filesize
:
Long
?
Content copied to clipboard
height
Link copied to clipboard
val
height
:
Int
Content copied to clipboard
provider
Link copied to clipboard
val
provider
:
String
?
Content copied to clipboard
stream
Type
Link copied to clipboard
val
streamType
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
Content copied to clipboard