EventStream
@UnstableApi
class EventStream
A DASH in-MPD EventStream element, as defined by ISO/IEC 23009-1, 2nd edition, section 5.10.
Summary
Public constructors |
|---|
EventStream( |
Public functions |
|
|---|---|
String! |
id()A constructed id of this |
Public properties |
|
|---|---|
Array<EventMessage!>! |
|
LongArray<Long>! |
Presentation time of the events in microsecond, sorted in ascending order. |
String! |
The scheme URI. |
Long |
The timescale in units per seconds, as defined in the manifest. |
String! |
The value of the event stream. |
Public constructors
EventStream
EventStream(
schemeIdUri: String!,
value: String!,
timescale: Long,
presentationTimesUs: LongArray!,
events: Array<EventMessage!>!
)
Public functions
Public properties
presentationTimesUs
val presentationTimesUs: LongArray<Long>!
Presentation time of the events in microsecond, sorted in ascending order.