core
正在准备搜索索引...
YmxMedia
GetVideoInfoResult
接口 GetVideoInfoResult
interface
GetVideoInfoResult
{
bitrate
?:
number
;
duration
?:
number
;
fps
?:
number
;
height
?:
number
;
orientation
?:
string
;
size
:
number
;
type
?:
string
;
width
?:
number
;
}
索引
属性
bitrate?
duration?
fps?
height?
orientation?
size
type?
width?
属性
可选
bitrate
bitrate
?:
number
视频码率,单位 kbps
可选
duration
duration
?:
number
视频长度
可选
fps
fps
?:
number
视频帧率
可选
height
height
?:
number
视频的长,单位 px
可选
orientation
orientation
?:
string
画面方向
up 默认
down 180 度旋转
left 逆时针旋转 90 度
right 顺时针旋转 90 度
up-mirrored 同 up,但水平翻转
down-mirrored 同 down,但水平翻转
left-mirrored 同 left,但垂直翻转
right-mirrored 同 right,但垂直翻转
size
size
:
number
视频大小,单位 kB
可选
type
type
?:
string
视频格式
可选
width
width
?:
number
视频的宽,单位 px
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
bitrate
duration
fps
height
orientation
size
type
width
core
加载中……
视频码率,单位 kbps