Show / Hide Table of Contents

Struct VideoTrackAttributes

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Media
Assembly: UnityEditor.dll
Syntax
public struct VideoTrackAttributes

Fields

| Improve this Doc View Source

bitRateMode

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

frameRate

Declaration
public MediaRational frameRate
Field Value
Type Description
MediaRational
| Improve this Doc View Source

height

Declaration
public uint height
Field Value
Type Description
UInt32
| Improve this Doc View Source

includeAlpha

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

width

Declaration
public uint width
Field Value
Type Description
UInt32

Extension Methods

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