Caps.MaxHardwareMixingStreamingBuffers Property (Microsoft.DirectX.DirectSound)

Retrieves the maximum number of streaming sound buffers.

Definition

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

Property Value

System.Int32
The maximum number of streaming sound buffers.

This property is read-only.