SyncMediaPlayerErrorType

Entries

Link copied to clipboard

The component cannot play the segment. The referenced media is in a format that is unsupported by the runtime environment.

Link copied to clipboard

The browser denied playing the current segment. SyncMediaPlayer.play() must be called in a trusted execution context, such as a user generated event. For example, a

Link copied to clipboard

The media referenced by the segment could not be loaded for some reason. The error message may provide more information.

Link copied to clipboard

Used if the error does not fit any of the other error types defined in this enum. The error message may provide more information.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard