VideoInfo

@Serializable
data class VideoInfo(val duration: Int? = null, val height: Int? = null, val width: Int? = null, val mimeType: String? = null, val size: Int? = null, val thumbnailUrl: String? = null, val thumbnailFile: EncryptedFile? = null, val thumbnailInfo: ThumbnailInfo? = null)

Constructors

Link copied to clipboard
constructor(duration: Int? = null, height: Int? = null, width: Int? = null, mimeType: String? = null, size: Int? = null, thumbnailUrl: String? = null, thumbnailFile: EncryptedFile? = null, thumbnailInfo: ThumbnailInfo? = null)

Properties

Link copied to clipboard
val duration: Int? = null
Link copied to clipboard
val height: Int? = null
Link copied to clipboard
val mimeType: String? = null
Link copied to clipboard
val size: Int? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thumbnailUrl: String? = null
Link copied to clipboard
val width: Int? = null