ReverbEffectDefinition.HighEQCutoff 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 high equalization cutoff included in the reverberation effect definition.
public:
property byte HighEQCutoff { byte get(); void set(byte value); };
byte HighEQCutoff();
void HighEQCutoff(byte value);
public byte HighEQCutoff { get; set; }
var byte = reverbEffectDefinition.highEQCutoff;
reverbEffectDefinition.highEQCutoff = byte;
Public Property HighEQCutoff As Byte
Property Value
Byte
byte
The high equalization cutoff value.