Enum CoreEncoderSettings.H264EncodingProfile
The available encoding profiles for the H.264 codec. Each profile defines a set of capabilities and constraints on which decoders rely.
Namespace: UnityEditor.Recorder.Encoder
Assembly: Unity.Recorder.Editor.dll
Syntax
public enum CoreEncoderSettings.H264EncodingProfile
Fields
Name | Description |
---|---|
Baseline | Encode video with the baseline profile. |
High | Encode video with the high profile. |
Main | Encode video using the main profile. |