acidify-core
Toggle table of contents
0.9.3
common
Target filter
common
Switch theme
Search in API
Skip to content
acidify-core
acidify-core
/
org.ntqqrev.acidify.message
/
BotOutgoingSegment
/
Video
Video
data
class
Video
(
val
raw
:
ByteArray
,
val
width
:
Int
,
val
height
:
Int
,
val
duration
:
Long
,
val
thumb
:
ByteArray
,
val
thumbFormat
:
ImageFormat
)
:
BotOutgoingSegment
(
source
)
视频消息段
Members
Constructors
Video
Link copied to clipboard
constructor
(
raw
:
ByteArray
,
width
:
Int
,
height
:
Int
,
duration
:
Long
,
thumb
:
ByteArray
,
thumbFormat
:
ImageFormat
)
Properties
duration
Link copied to clipboard
val
duration
:
Long
视频时长(秒)
height
Link copied to clipboard
val
height
:
Int
视频高度(像素)
raw
Link copied to clipboard
val
raw
:
ByteArray
视频数据
thumb
Link copied to clipboard
val
thumb
:
ByteArray
视频缩略图数据
thumb
Format
Link copied to clipboard
val
thumbFormat
:
ImageFormat
视频缩略图格式
width
Link copied to clipboard
val
width
:
Int
视频宽度(像素)
Functions
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String