Class ProResEncoderSettings
The settings of the ProRes Encoder.
Inherited Members
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. |