Microsoft DirectX 9.0 SDK Update (October 2004)

BufferDescription.Mute3DAtMaximumDistance Property

Language:

Note: This documentation is preliminary and is subject to change.

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

Definition

Visual Basic .NET Public Property Mute3DAtMaximumDistance As Boolean
C# public bool Mute3DAtMaximumDistance { get; set; }
Managed C++ public: __property bool get_Mute3DAtMaximumDistance();
public: __property void set_Mute3DAtMaximumDistance(bool);
JScript .NET public function get Mute3DAtMaximumDistance() : boolean
public function set Mute3DAtMaximumDistance(boolean);

Property Value

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

This property is read/write. 

Remarks

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


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center