Package | Description |
---|---|
io.impossible.fx.assets | |
io.impossible.fx.render | |
io.impossible.fx.templates |
Modifier and Type | Method and Description |
---|---|
FXServiceResult |
FXAssetManagementClient.deleteAsset(String prjuid,
String name) |
FXServiceResult |
FXAssetManagementClient.deleteProject(String prjuid) |
InputStream |
FXAssetManagementClient.getAsset(String prjuid,
String name) |
ListAssetResponse |
FXAssetManagementClient.listAssets(ListAssetRequest request) |
ListAssetResponse |
FXAssetManagementClient.listAssets(String projectID) |
S3ImportContext |
FXAssetManagementClient.prepareS3Import(String prjuid,
String filename)
Inititate a S3 to S3 Asset import.
|
String |
FXAssetManagementClient.S3Import(S3ImportContext ctx)
Start a S3 Import.
|
UploadResponse |
FXAssetManagementClient.uploadAsset(String prjuid,
String name,
byte[] input) |
Modifier and Type | Method and Description |
---|---|
TokenResponse |
FXRenderClient.createRenderToken(TokenRequest request)
Create a Token to render a dynamic movie.
|
TokenResponse |
FXRenderClient.renderToDestination(TokenRequest request,
UploadDefinition upload)
Render a dynamic movie and upload the rendered video to a remote destination.
|
InputStream |
FXRenderClient.renderVideo(String token,
String format)
Render a video for a given token and immediately return the video
|
Modifier and Type | Method and Description |
---|---|
String |
FXTemplateClient.createTemplate(String prjuid,
String name,
byte[] input)
Create a Template from a Movie Definition encoded as a FXProto.Movie ProtoBuffer message.
|
boolean |
FXTemplateClient.deleteTemplate(String prjuid,
String name)
Delete a Movie Template from a project
|
JetSDL.Proto.FXProto.Movie |
FXTemplateClient.getMovieDefinition(String prjuid,
String name) |
InputStream |
FXTemplateClient.getRawMovieDefinitionInputStream(String prjuid,
String name) |