Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.media
/
PlayerError
Player
Error
data class
PlayerError
(type:
String
, errorCode:
String
)
Content copied to clipboard
Corresponds to kMediaError
Constructors
Properties
Sources
Constructors
PlayerError
Link copied to clipboard
fun
PlayerError
(type:
String
, errorCode:
String
)
Content copied to clipboard
On this page
On this page
Properties
errorCode
Link copied to clipboard
val
errorCode
:
String
Content copied to clipboard
When this switches to using media::Status instead of PipelineStatus we can remove "errorCode" and replace it with the fields from a Status instance.
type
Link copied to clipboard
val
type
:
String
Content copied to clipboard
On this page
On this page
Sources
jvm source
Link copied to clipboard
On this page
On this page