toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-player-ads-brightcove
/
com.quickplay.vstb7.player.ad.brightcove.model
/
BrightcoveAdCuePoint
Brightcove
Ad
Cue
Point
@
JsonClass
(
generateAdapter
=
true
)
data
class
BrightcoveAdCuePoint
(
val
id
:
String
?
=
null
,
@
Json
(
name
=
"duration"
)
val
durationMs
:
Double
,
@
Json
(
name
=
"start"
)
val
startTimeOffsetMs
:
Double
,
val
isSkippable
:
Boolean
?
=
null
,
val
skipOffsetMs
:
Double
?
=
TIME_VALUE_UNKNOWN
,
val
companionAd
:
WebCompanionAd
?
=
null
)
:
AdCuePoint
Represents
AdCuePoint
specific extension for Brightcove.
Members
Constructors
Brightcove
Ad
Cue
Point
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
@
Json
(
name
=
"duration"
)
durationMs
:
Double
,
@
Json
(
name
=
"start"
)
startTimeOffsetMs
:
Double
,
isSkippable
:
Boolean
?
=
null
,
skipOffsetMs
:
Double
?
=
TIME_VALUE_UNKNOWN
,
companionAd
:
WebCompanionAd
?
=
null
)
Properties
companion
Ad
Link copied to clipboard
val
companionAd
:
WebCompanionAd
?
=
null
duration
Ms
Link copied to clipboard
open
override
val
durationMs
:
Double
id
Link copied to clipboard
open
override
val
id
:
String
?
=
null
is
Skippable
Link copied to clipboard
open
override
val
isSkippable
:
Boolean
?
=
null
skip
Offset
Ms
Link copied to clipboard
open
override
val
skipOffsetMs
:
Double
?
start
Time
Offset
Ms
Link copied to clipboard
open
override
val
startTimeOffsetMs
:
Double