Caps.MaxHardware3DStreamingBuffers Property (Microsoft.DirectX.DirectSound)

Retrieves the maximum number of streaming 3-D buffers.

Definition

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

Property Value

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

This property is read-only.