docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IEncoderSettings

    Interface to implement to create settings for an encoder.

    Namespace: UnityEditor.Recorder.Encoder
    Assembly: solution.dll
    Syntax
    public interface IEncoderSettings

    Properties

    Name Description
    CanCaptureAlpha

    Indicates whether this encoder instance can support an alpha channel or not.

    CanCaptureAudio

    Indicates whether this encoder instance can support an audio signal or not.

    CoordinateConvention

    Indicates where the first pixel of the image will be in the frame.

    Extension

    Returns the extension of the files to encode, in lowercase, without leading dot.

    Methods

    Name Description
    GetTextureFormat(bool)

    Gets the texture format this encoder requires from the Recorder.

    RequiresEvenResolution()

    Indicates whether this encoder requires the width and height of the image to both be even numbers or not.

    SupportsCurrentPlatform()

    Indicates whether the encoder is supported on the current operating system or not.

    ValidateRecording(RecordingContext, List<string>, List<string>)

    Populates the lists of errors and warnings for a given encoder context.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023