Video Resource
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
mime Type
Mimetype of the video
quality
Resolution of the video. Eg:1080x1920, Default Value: --
size
Size of video in bytes
has Audio
Specifies does this video has Audio with it.