MediaFlags

external interface MediaFlags(source)

Properties

Link copied to clipboard
abstract var canLoop: Boolean

Whether the media element can be looped.

Link copied to clipboard
abstract var canPrint: Boolean

Whether the media element can be printed.

Link copied to clipboard
abstract var canRotate: Boolean

Whether the media element can be rotated.

Link copied to clipboard
abstract var canSave: Boolean

Whether or not the media element can be downloaded.

Link copied to clipboard

Whether the media element can show picture-in-picture.

Link copied to clipboard

Whether the media element's controls are toggleable.

Link copied to clipboard
abstract var hasAudio: Boolean

Whether the media element has audio.

Link copied to clipboard
abstract var inError: Boolean

Whether the media element has crashed.

Link copied to clipboard

Whether the media element's controls are visible.

Link copied to clipboard
abstract var isLooping: Boolean

Whether the media element is looping.

Link copied to clipboard
abstract var isMuted: Boolean

Whether the media element is muted.

Link copied to clipboard
abstract var isPaused: Boolean

Whether the media element is paused.

Link copied to clipboard

Whether the media element is currently showing picture-in-picture.