docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ProResEncoderSettings

    The settings of the ProRes Encoder.

    Inheritance
    object
    ProResEncoderSettings
    Implements
    IEncoderSettings
    IEquatable<ProResEncoderSettings>
    Inherited Members
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    Namespace: UnityEditor.Recorder.Encoder
    Assembly: solution.dll
    Syntax
    [Serializable]
    [EncoderSettings(typeof(ProResEncoder))]
    public sealed class ProResEncoderSettings : IEncoderSettings, IEquatable<ProResEncoderSettings>
    Remarks

    This class is sealed because users shouldn't inherit from it. Instead, create a new encoder along with its settings class.

    Properties

    Name Description
    Format

    The format of the encoder.

    Methods

    Name Description
    Equals(object)

    Compares the current object with another one.

    GetHashCode()

    Returns a hash code of all serialized fields.

    SupportsCurrentPlatform()

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

    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