Player Module
3.22.0
Player Module
/
com.bitmovin.player.api.metadata.emsg
/
EventMessage
Event
Message
open
class
EventMessage
:
Metadata.Entry
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Event
Message
Link copied to clipboard
open
fun
EventMessage
(
schemeIdUri
:
String
,
value
:
String
,
@
Nullable
durationMs
:
Long
,
id
:
Long
,
messageData
:
Array
<
Byte
>
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
o
:
Any
)
:
Boolean
Content copied to clipboard
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
String
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
Properties
durationMs
Link copied to clipboard
@
Nullable
val
durationMs
:
Long
Content copied to clipboard
The duration of the event in milliseconds.
id
Link copied to clipboard
val
id
:
Long
Content copied to clipboard
The instance identifier.
messageData
Link copied to clipboard
val
messageData
:
Array
<
Byte
>
Content copied to clipboard
The body of the message.
schemeIdUri
Link copied to clipboard
val
schemeIdUri
:
String
Content copied to clipboard
The message scheme.
TYPE
Link copied to clipboard
val
TYPE
:
String
Content copied to clipboard
value
Link copied to clipboard
val
value
:
String
Content copied to clipboard
The value for the event.