@custouch/jssdk
Preparing search index...
service/resource
VideoConfig
Type Alias VideoConfig
视频信息
type
VideoConfig
=
{
code
:
ReturnCode
;
config
?:
{
accessType
:
VideoAccessType
;
cover
:
string
;
pageTitle
?:
string
;
previewTimestamp
:
string
|
null
;
shareInfo
?:
wx.ShareToUserConfig
;
size
?:
{
videoHeight
:
string
;
videoWidth
:
string
}
;
watermark
?:
WmImgOptions
;
}
;
downloadUrl
:
string
;
hashId
:
string
;
name
:
string
;
}
Index
Properties
code
config?
download
Url
hash
Id
name
Properties
code
code
:
ReturnCode
Optional
config
config
?:
{
accessType
:
VideoAccessType
;
cover
:
string
;
pageTitle
?:
string
;
previewTimestamp
:
string
|
null
;
shareInfo
?:
wx.ShareToUserConfig
;
size
?:
{
videoHeight
:
string
;
videoWidth
:
string
}
;
watermark
?:
WmImgOptions
;
}
Type declaration
accessType
:
VideoAccessType
cover
:
string
封面
Description
截帧的图片需要替换后面的oss参数
Optional
pageTitle
?:
string
previewTimestamp
:
string
|
null
试看时间
Optional
shareInfo
?:
wx.ShareToUserConfig
微信分享信息
Optional
size
?:
{
videoHeight
:
string
;
videoWidth
:
string
}
视频的原始比例
Optional
watermark
?:
WmImgOptions
download
Url
downloadUrl
:
string
源链接
hash
Id
hashId
:
string
name
name
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
config
download
Url
hash
Id
name
@custouch/jssdk
Loading...
视频信息