Show / Hide Table of Contents

Struct SubmixEffectDynamicsProcessorSettings

A submix dynamics processor

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: UE4.AudioMixer
Assembly: UE4DotNet.dll
Syntax
public struct SubmixEffectDynamicsProcessorSettings

Fields

| Improve this Doc View Source

AttackTimeMsec

Declaration
public float AttackTimeMsec
Field Value
Type Description
System.Single
| Improve this Doc View Source

bAnalogMode

Declaration
public bool bAnalogMode
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

bChannelLinked

Declaration
public bool bChannelLinked
Field Value
Type Description
System.Boolean
| Improve this Doc View Source

InputGainDb

Declaration
public float InputGainDb
Field Value
Type Description
System.Single
| Improve this Doc View Source

KneeBandwidthDb

Declaration
public float KneeBandwidthDb
Field Value
Type Description
System.Single
| Improve this Doc View Source

LookAheadMsec

Declaration
public float LookAheadMsec
Field Value
Type Description
System.Single
| Improve this Doc View Source

OutputGainDb

Declaration
public float OutputGainDb
Field Value
Type Description
System.Single
| Improve this Doc View Source

Ratio

Declaration
public float Ratio
Field Value
Type Description
System.Single
| Improve this Doc View Source

ReleaseTimeMsec

Declaration
public float ReleaseTimeMsec
Field Value
Type Description
System.Single
| Improve this Doc View Source

ThresholdDb

Declaration
public float ThresholdDb
Field Value
Type Description
System.Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX