AnimationFromVideoCreatorService
This class is not creatable. Instances of this class cannot be created with Instance.new.
This class is a service. It is a singleton that may be acquired with GetService.
Memory category | Instances |
---|
Member index 4
Description
History 5
- 508 Add GetJobStatus
- 508 Add FullProcess
- 508 Add DownloadJobResult
- 508 Add CreateJob
- 508 Add AnimationFromVideoCreatorService
Members 4
CreateJob
Parameters (1) | ||
---|---|---|
filePath | string | |
Returns (1) | ||
string |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
DownloadJobResult
Parameters (2) | ||
---|---|---|
jobId | string | |
outputFilePath | string | |
Returns (1) | ||
string |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 508 Add DownloadJobResult
FullProcess
Parameters (2) | ||
---|---|---|
videoFilePath | string | |
progressCallback | Function | |
Returns (1) | ||
string |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 508 Add FullProcess
GetJobStatus
Parameters (1) | ||
---|---|---|
jobId | string | |
Returns (1) | ||
string |
This function yields. It will block the calling thread until completion.
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 508 Add GetJobStatus