Video
data class Video(val video: Blob, val captions: List<VideoCaption> = emptyList(), val alt: String? = null, val aspectRatio: AspectRatio? = null)
Parameters
video
The mp4 video file. May be up to 100mb, formerly limited to 50mb.
alt
Alt text description of the video, for accessibility.
Constructors
Link copied to clipboard
constructor(video: Blob, captions: List<VideoCaption> = emptyList(), alt: String? = null, aspectRatio: AspectRatio? = null)