Enum MovieRecorderSettings.VideoEncodingQuality
Available options for the encoding quality of videos.
Namespace: UnityEditor.Recorder
Assembly: solution.dll
Syntax
[Obsolete("Please use the EncoderSettings API to access the encoding quality of each Encoder.")]
public enum MovieRecorderSettings.VideoEncodingQuality
Fields
| Name | Description |
|---|---|
| High | High value, possibly exceeding typical internet connection capabilities. |
| Low | Low value, safe for slower internet connections or clips where visual quality is not critical. |
| Medium | Typical bit rate supported by internet connections. |