ReverbEffectDefinition.LateDiffusion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.