Buffer3DSettings.OutsideConeAngle Property (Microsoft.DirectX.DirectSound)

Retrieves and sets the angle of the outside sound projection cone.

Definition

Visual Basic Public Property OutsideConeAngle As Integer
C# public int OutsideConeAngle { get; set; }
C++ public:
property int OutsideConeAngle {
        int get();
        void set(int value);
}
JScript public function get OutsideConeAngle() : int
public function set OutsideConeAngle(int);

Property Value

System.Int32
The angle of the outside sound projection cone.

This property is read/write.