Share via


BufferCaps.Mute3DAtMaximumDistance Property (Microsoft.DirectX.DirectSound)

Retrieves whether the sound is reduced to silence at the maximum distance.

Definition

Visual Basic Public ReadOnly Property Mute3DAtMaximumDistance As Boolean
C# public bool Mute3DAtMaximumDistance { get; }
C++ public:
property bool Mute3DAtMaximumDistance {
        bool get();
}
JScript public function get Mute3DAtMaximumDistance() : boolean

Property Value

System.Boolean
Value that is set to true to mute sound at the maximum distance; otherwise, false.

This property is read-only. 

Remarks

The buffer will stop playing when the maximum distance is exceeded, so that processor time is not wasted. Applies only to software buffers.