ArcXP-Mobile-SDK-Android
ArcXP-Mobile-SDK-Android
/
com.arcxp.video.model
/
VideoVO
/
VideoStreamVO
Video
Stream
VO
@
JsonClass
(
generateAdapter
=
true
)
data
class
VideoStreamVO
(
val
audioCodec
:
String
?
,
val
bitrate
:
Int
?
,
val
fileSize
:
Int
?
,
val
height
:
Int
?
,
val
provider
:
String
?
,
val
type
:
String
?
,
val
url
:
String
?
,
val
videoCodec
:
String
?
,
val
width
:
Int
?
)
Content copied to clipboard
Constructors
Properties
Constructors
Video
Stream
VO
Link copied to clipboard
fun
VideoStreamVO
(
audioCodec
:
String
?
,
bitrate
:
Int
?
,
fileSize
:
Int
?
,
height
:
Int
?
,
provider
:
String
?
,
type
:
String
?
,
url
:
String
?
,
videoCodec
:
String
?
,
width
:
Int
?
)
Content copied to clipboard
Properties
audio
Codec
Link copied to clipboard
val
audioCodec
:
String
?
Content copied to clipboard
bitrate
Link copied to clipboard
val
bitrate
:
Int
?
Content copied to clipboard
file
Size
Link copied to clipboard
val
fileSize
:
Int
?
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
type
Link copied to clipboard
val
type
:
String
?
Content copied to clipboard
url
Link copied to clipboard
val
url
:
String
?
Content copied to clipboard
video
Codec
Link copied to clipboard
val
videoCodec
:
String
?
Content copied to clipboard
width
Link copied to clipboard
val
width
:
Int
?
Content copied to clipboard