Enum CoreEncoderSettings.VideoEncodingQuality
Available options for the encoding quality of videos.
Namespace: UnityEditor.Recorder.Encoder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum CoreEncoderSettings.VideoEncodingQuality
Fields
Name | Description |
---|---|
Custom | Advanced settings for encoding video with custom quality. |
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. |