Show / Hide Table of Contents

Struct AudioProfilerDSPInfo

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditorInternal
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct AudioProfilerDSPInfo

Fields

| Improve this Doc View Source

cpuLoad

Declaration
public float cpuLoad
Field Value
Type Description
Single
| Improve this Doc View Source

flags

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

id

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

level1

Declaration
public float level1
Field Value
Type Description
Single
| Improve this Doc View Source

level2

Declaration
public float level2
Field Value
Type Description
Single
| Improve this Doc View Source

nameOffset

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

numChannels

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

numLevels

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

target

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

targetPort

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

weight

Declaration
public float weight
Field Value
Type Description
Single

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