AudioOccluder.VolumePassThrough 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.
Percentage of the audio source volume that will be heard after applying occlusion.
public:
property float VolumePassThrough { float get(); void set(float value); };
public float VolumePassThrough { get; set; }
member this.VolumePassThrough : single with get, set
Public Property VolumePassThrough As Single
Property Value
Remarks
VolumePassThrough is cumulative. It is applied to the current volume of the object at the time the effect is applied.
The VolumePassThrough range is from 0.0 - 1.0 (0-100%), inclusive. The default value is 1.0.