docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class VideoTranscodingTransformation

    Transcode videos so that they can be scrubbed at high fidelity in the web viewer.

    Inheritance
    object
    VideoTranscodingTransformation
    Implements
    ITransformationCreation
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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.

    Implements

    ITransformationCreation
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)