VideoSettings

open class VideoSettings

A class containing settings for video playback extracted from media link options.

Constructors

Link copied to clipboard
constructor()
Creates a new VideoSettings with default values.

Properties

Link copied to clipboard
open var autoplay: Boolean
Whether the video should start playing automatically when displayed.
Link copied to clipboard
open var coverImage: String
The path or URI to the cover image to display before the video plays.
Link copied to clipboard
open var coverMode: String
The cover mode for the video (e.g., how the cover image should be displayed).
Link copied to clipboard
open var offset: Int
The time offset in seconds from which to start playing the video.