RenditionAction

A rendition action controls the playing of multimedia content.

Note: JavaScript actions are not supported.

Types

Link copied to clipboard

Properties

Link copied to clipboard

Optional JavaScript code associated with this action, or null if not set.

Link copied to clipboard

The type of rendition action (play, stop, pause, resume, etc.).

Link copied to clipboard
open override val type: ActionType

Returns type of action to make down-casting easier.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Compares this rendition action to the specified object for equality.

Link copied to clipboard

Returns screen annotation associated with this rendition action, asynchronously.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for this rendition action.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of this rendition action for debugging purposes.