VideoMediaItem

class VideoMediaItem(videoLink: String, val usePlayer: Boolean) : MediaItem

Represents a video item.

Parameters

videoLink

Video URL

Constructors

Link copied to clipboard
constructor(videoLink: String, usePlayer: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard

If true the app will try to stream the video using the built-in player (requires a direct link to the video file), otherwise it will played in a web browser