toggle menu
Brightcove Player SDK for Android 10.1.2
10.1.2
ima-dai
switch theme
search in API
ima-dai
/
com.brightcove.dai.cuepoint
/
DAICuePoint
DAICue
Point
open
class
DAICuePoint
Members
Constructors
DAICue
Point
Link copied to clipboard
constructor
(
positionType
:
PositionType
,
type
:
CuePointType
,
properties
:
Map
<
String
,
Any
>
,
duration
:
Double
,
startPosition
:
Long
,
endPosition
:
Long
,
isPlayed
:
Boolean
)
constructor
(
position
:
Long
,
type
:
CuePointType
,
properties
:
Map
<
String
,
Any
>
,
duration
:
Double
,
startPosition
:
Long
,
endPosition
:
Long
,
isPlayed
:
Boolean
)
Properties
duration
Link copied to clipboard
val
duration
:
Double
end
Position
Link copied to clipboard
val
endPosition
:
Long
is
Played
Link copied to clipboard
open
var
isPlayed
:
Boolean
start
Position
Link copied to clipboard
val
startPosition
:
Long
Functions
get
Position
Long
Link copied to clipboard
open
fun
getPositionLong
(
)
:
Long
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String