ReverbEffectDefinition.EarlyDiffusion 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 early diffusion value for the reverberation effect definition.
public:
property byte EarlyDiffusion { byte get(); void set(byte value); };
byte EarlyDiffusion();
void EarlyDiffusion(byte value);
public byte EarlyDiffusion { get; set; }
var byte = reverbEffectDefinition.earlyDiffusion;
reverbEffectDefinition.earlyDiffusion = byte;
Public Property EarlyDiffusion As Byte
Property Value
Byte
byte
The early diffusion value.