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.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: UnityEditor.Recorder.Encoder
    Assembly: Unity.Recorder.Editor.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

    Format

    The format of the encoder.

    Declaration
    public ProResEncoderSettings.OutputFormat Format { get; set; }
    Property Value
    Type Description
    ProResEncoderSettings.OutputFormat

    Methods

    Equals(object)

    Compares the current object with another one.

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj

    The object to compare with the current one.

    Returns
    Type Description
    bool

    True if the two objects are equal, false otherwise.

    Overrides
    object.Equals(object)

    GetHashCode()

    Returns a hash code of all serialized fields.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    The hash code.

    Overrides
    object.GetHashCode()

    SupportsCurrentPlatform()

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

    Declaration
    public bool SupportsCurrentPlatform()
    Returns
    Type Description
    bool

    True if the encoder works on this platform, False otherwise.

    Implements

    IEncoderSettings
    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2024 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)