Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


VideoEncodeAspectRatio

Methods to compensate for aspect ratio discrepancies between the source resolution and the wanted encoding size.
Read time 1 minuteLast updated 6 days ago

Definition

  • Type: Enum
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public enum VideoEncodeAspectRatio

Fields

Value

Description

NoScalingPerform no operation.
StretchStretch the source to fill the target resolution without preserving the aspect ratio.