toggle menu
fl-android-sdk
7.0.266
androidJvm
switch theme
search in API
fl-triton
/
com.quickplay.vstb7.player.triton.internal.sbm.model
/
StreamSidebandMetadata
Stream
Sideband
Metadata
@
JsonClass
(
generateAdapter
=
true
)
data
class
StreamSidebandMetadata
(
val
type
:
String
,
val
name
:
String
,
@
Json
(
name
=
"timestamp"
)
val
timestampMs
:
Long
,
@
Json
(
name
=
"parameters"
)
val
cuePointParameters
:
Map
<
String
,
Any
>
)
:
StreamTimelineMetadata
Captures raw cue point JSON object for Triton sideband metadata stream.
Members
Constructors
Stream
Sideband
Metadata
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
,
@
Json
(
name
=
"timestamp"
)
timestampMs
:
Long
,
@
Json
(
name
=
"parameters"
)
cuePointParameters
:
Map
<
String
,
Any
>
)
Properties
cue
Point
Parameters
Link copied to clipboard
val
cuePointParameters
:
Map
<
String
,
Any
>
name
Link copied to clipboard
val
name
:
String
timestamp
Ms
Link copied to clipboard
val
timestampMs
:
Long
type
Link copied to clipboard
val
type
:
String