player-android
Toggle table of contents
3.126.1
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
player-android
player-core
/
com.bitmovin.player.api.metadata.scte
/
ScteMessage
Scte
Message
data
class
ScteMessage
(
val
key
:
String
,
val
value
:
String
?
)
:
Metadata.Entry
Members
Constructors
Scte
Message
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
type
Link copied to clipboard
open
override
val
type
:
String
value
Link copied to clipboard
val
value
:
String
?