Class VideoTranscodingTransformation
Transcode videos so that they can be scrubbed at high fidelity in the web viewer.
Implements
Inherited Members
Namespace: Unity.Cloud.Assets
Assembly: Unity.Cloud.Assets.dll
Syntax
public sealed class VideoTranscodingTransformation : ITransformationCreation
Properties
CreateThumbnail
Whether to create a thumbnail image.
Declaration
public bool? CreateThumbnail { get; set; }
Property Value
Type | Description |
---|---|
bool? |
InputFilePaths
The input file paths to process (if any).
Declaration
public string[] InputFilePaths { get; set; }
Property Value
Type | Description |
---|---|
string[] |
OutputFolder
The output folder.
Declaration
public string OutputFolder { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputPrefix
The prefix text to use for naming the artifacts. The default value is preview
.
Declaration
public string OutputPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |
OutputSuffix
The suffix text to use for naming the artifacts.
Declaration
public string OutputSuffix { get; set; }
Property Value
Type | Description |
---|---|
string |
WorkflowType
The type of workflow to execute.
Declaration
public WorkflowType WorkflowType { get; }
Property Value
Type | Description |
---|---|
WorkflowType |
Methods
GetParameters()
Any additional parameters to pass to the workflow.
Declaration
public Dictionary<string, string> GetParameters()
Returns
Type | Description |
---|---|
Dictionary<string, string> | A set of paramters to pass to the request. |