Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/export/services/vimeo-service
VimeoService
Class VimeoService
Index
Constructors
constructor
Methods
export
Settings
get
Optimal
Settings
get
User
Info
upload
Video
validate
Settings
validate
Video
File
Constructors
constructor
new
VimeoService
()
:
VimeoService
Returns
VimeoService
Methods
Static
export
Settings
exportSettings
(
settings
:
SocialExportSettings
)
:
Promise
<
VimeoVideoMetadata
>
Parameters
settings
:
SocialExportSettings
Returns
Promise
<
VimeoVideoMetadata
>
Static
get
Optimal
Settings
getOptimalSettings
()
:
Partial
<
SocialExportSettings
>
Returns
Partial
<
SocialExportSettings
>
Static
get
User
Info
getUserInfo
(
accessToken
?:
string
)
:
Promise
<
any
>
Parameters
Optional
accessToken
:
string
Returns
Promise
<
any
>
Static
upload
Video
uploadVideo
(
videoFile
:
Blob
|
File
,
metadata
:
VimeoVideoMetadata
,
onProgress
?:
(
progress
:
number
)
=>
void
,
)
:
Promise
<
VimeoUploadResult
>
Parameters
videoFile
:
Blob
|
File
metadata
:
VimeoVideoMetadata
Optional
onProgress
:
(
progress
:
number
)
=>
void
Returns
Promise
<
VimeoUploadResult
>
Static
validate
Settings
validateSettings
(
settings
:
SocialExportSettings
)
:
string
[]
Parameters
settings
:
SocialExportSettings
Returns
string
[]
Static
validate
Video
File
validateVideoFile
(
file
:
File
)
:
string
[]
Parameters
file
:
File
Returns
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
export
Settings
get
Optimal
Settings
get
User
Info
upload
Video
validate
Settings
validate
Video
File
Timeline Studio API Documentation - v0.26.0
Loading...