Show / Hide Table of Contents

Struct AudioConfiguration

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

Fields

| Improve this Doc View Source

dspBufferSize

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

numRealVoices

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

numVirtualVoices

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

sampleRate

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

speakerMode

Declaration
public AudioSpeakerMode speakerMode
Field Value
Type Description
AudioSpeakerMode

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