AudioOccluder.CutoffFrequency 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.
Frequency above which sound will not be heard after applying occlusion. Setting this value to 22000.0 effectively disables the effect.
public:
property float CutoffFrequency { float get(); void set(float value); };
public float CutoffFrequency { get; set; }
member this.CutoffFrequency : single with get, set
Public Property CutoffFrequency As Single
Property Value
Remarks
Chaining occluders will result in the lowest of the cutoff frequencies being applied to the sound.
The CutoffFrequency range is 0.0 - 22000.0 (0 - 22kHz), inclusive. The default value is 5000.0 (5kHz).