Show / Hide Table of Contents

Class VideoImporterTargetSettings

Inheritance
Object
VideoImporterTargetSettings
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public class VideoImporterTargetSettings

Fields

| Improve this Doc View Source

aspectRatio

Declaration
public VideoEncodeAspectRatio aspectRatio
Field Value
Type Description
VideoEncodeAspectRatio
| Improve this Doc View Source

bitrateMode

Declaration
public VideoBitrateMode bitrateMode
Field Value
Type Description
VideoBitrateMode
| Improve this Doc View Source

codec

Declaration
public VideoCodec codec
Field Value
Type Description
VideoCodec
| Improve this Doc View Source

customHeight

Declaration
public int customHeight
Field Value
Type Description
Int32
| Improve this Doc View Source

customWidth

Declaration
public int customWidth
Field Value
Type Description
Int32
| Improve this Doc View Source

enableTranscoding

Declaration
public bool enableTranscoding
Field Value
Type Description
Boolean
| Improve this Doc View Source

resizeMode

Declaration
public VideoResizeMode resizeMode
Field Value
Type Description
VideoResizeMode
| Improve this Doc View Source

spatialQuality

Declaration
public VideoSpatialQuality spatialQuality
Field Value
Type Description
VideoSpatialQuality

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX