// Assembly: UnityEngine.VideoModule
// Full name: UnityEngine.Video.VideoAspectRatio

namespace UnityEngine.Video
{
public class VideoAspectRatio // TypeDefIndex: 13444
{
	// Fields
	type#20890 value__;
	type#28572 NoScaling;
	type#28572 FitVertically;
	type#28572 FitHorizontally;
	type#28572 FitInside;
	type#28572 FitOutside;
	type#28572 Stretch;
}
}
