ReverbEffectDefinition.LateDiffusion Property

Definition

Gets or sets the late diffusion included in the reverberation effect definition.

public:
 property byte LateDiffusion { byte get(); void set(byte value); };
byte LateDiffusion();

void LateDiffusion(byte value);
public byte LateDiffusion { get; set; }
var byte = reverbEffectDefinition.lateDiffusion;
reverbEffectDefinition.lateDiffusion = byte;
Public Property LateDiffusion As Byte

Property Value

Byte

byte

The late diffusion value.

Applies to