core
正在准备搜索索引...
YmxMedia
ChooseMediaFile
接口 ChooseMediaFile
选择媒体返回的本地临时文件
interface
ChooseMediaFile
{
duration
?:
number
;
fileType
:
"video"
|
"image"
;
height
?:
number
;
size
:
number
;
tempFilePath
:
string
;
thumbTempFilePath
?:
string
;
width
?:
number
;
}
索引
属性
duration?
file
Type
height?
size
temp
File
Path
thumb
Temp
File
Path?
width?
属性
可选
duration
duration
?:
number
视频的时间长度
file
Type
fileType
:
"video"
|
"image"
文件类型
可选
height
height
?:
number
视频的高度
size
size
:
number
本地临时文件大小,单位 Byte
temp
File
Path
tempFilePath
:
string
本地临时文件路径 (本地路径)
可选
thumb
Temp
File
Path
thumbTempFilePath
?:
string
视频缩略图临时文件路径
可选
width
width
?:
number
视频的宽度
显示设置
成员可见性
受保护
继承
外部
配色
自动
浅色
深色
目录
属性
duration
file
Type
height
size
temp
File
Path
thumb
Temp
File
Path
width
core
加载中……
选择媒体返回的本地临时文件