Share via


Caps.MaxHardware3DAllBuffers Property (Microsoft.DirectX.DirectSound)

Retrieves the maximum number of 3-D buffers.

Definition

Visual Basic Public ReadOnly Property MaxHardware3DAllBuffers As Integer
C# public int MaxHardware3DAllBuffers { get; }
C++ public:
property int MaxHardware3DAllBuffers {
        int get();
}
JScript public function get MaxHardware3DAllBuffers() : int

Property Value

System.Int32
The maximum number of 3-D buffers.

This property is read-only.