PlaybackContext

external interface PlaybackContext

Playback context for the player

Functions

equals
Link copied to clipboard
js
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
js
open fun hashCode(): Int
toString
Link copied to clipboard
js
open fun toString(): String

Properties

metadata
Link copied to clipboard
js
abstract var metadata: Any
Additional metadata for the context (can be null)
uri
Link copied to clipboard
js
abstract var uri: String?
The URI of the context (can be null)

Sources

(source)
Link copied to clipboard