Nimbus Android SDK
Toggle table of contents
2.35.2
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Nimbus Android SDK
nimbus-android
/
com.adsbynimbus.openrtb.request
/
Asset
/
VideoObject
Video
Object
@
Serializable
class
VideoObject
(
var
mimes
:
Array
<
String
>
?
=
null
,
var
minduration
:
Int
=
0
,
var
maxduration
:
Int
=
60
,
var
protocols
:
ByteArray
?
=
null
)
Members
Constructors
Video
Object
Link copied to clipboard
constructor
(
mimes
:
Array
<
String
>
?
=
null
,
minduration
:
Int
=
0
,
maxduration
:
Int
=
60
,
protocols
:
ByteArray
?
=
null
)
Properties
maxduration
Link copied to clipboard
@
JvmField
var
maxduration
:
Int
mimes
Link copied to clipboard
@
JvmField
var
mimes
:
Array
<
String
>
?
minduration
Link copied to clipboard
@
JvmField
var
minduration
:
Int
protocols
Link copied to clipboard
@
JvmField
var
protocols
:
ByteArray
?