Video

data class Video(val raw: ByteArray, val width: Int, val height: Int, val duration: Long, val thumb: ByteArray, val thumbFormat: ImageFormat) : BotOutgoingSegment(source)

视频消息段

Constructors

Link copied to clipboard
constructor(raw: ByteArray, width: Int, height: Int, duration: Long, thumb: ByteArray, thumbFormat: ImageFormat)

Properties

Link copied to clipboard

视频时长(秒)

Link copied to clipboard
val height: Int

视频高度(像素)

Link copied to clipboard

视频数据

Link copied to clipboard

视频缩略图数据

Link copied to clipboard

视频缩略图格式

Link copied to clipboard
val width: Int

视频宽度(像素)

Functions

Link copied to clipboard
open override fun toString(): String