VideoResource

fun VideoResource(url: String, mimeType: String, quality: String = "--", size: Long = 0, hasAudio: Boolean = true)

Parameters

url

Direct URL for the particular video. It will be downloadable

mimeType

Mimetype of the video

quality

Resolution of the video. Eg:1080x1920, Default Value: --

size

Size of video in bytes

hasAudio

Specifies does this video has Audio with it.