lib / tv.smartclip.smartclientandroid.lib.video_player / PlaybackState / ERROR

ERROR

data class ERROR : PlaybackState

Video player produced exception.

Parameters

error - SxMediaError describing the error.

Constructors

<init>

ERROR(throwable: Throwable)

Video player produced exception.

ERROR(error: SxMediaError)

Properties

error

SxMediaError describing the error.

val error: SxMediaError