Player Module
/
com.bitmovin.player.api.event
/
SourceEvent
/
Warning
Warning
data class
Warning
(code:
SourceWarningCode
, message:
String
) :
SourceEvent
,
WarningEvent
Content copied to clipboard
Emitted when a source warning occurred.
Constructors
Properties
Inherited properties
Constructors
Warning
Link copied to clipboard
fun
Warning
(code:
SourceWarningCode
, message:
String
)
Content copied to clipboard
Properties
code
Link copied to clipboard
open override val
code
:
SourceWarningCode
Content copied to clipboard
The warning code used to identify the occurred source warning.
message
Link copied to clipboard
open override val
message
:
String
Content copied to clipboard
The warning message to explain the reason for the source warning.
Inherited properties
timestamp
Link copied to clipboard
var
timestamp
:
Long
Content copied to clipboard
The time at which the event was emitted.