BufferDescription.StaticBuffer Property (Microsoft.DirectX.DirectSound)

Specifies whether the buffer is placed in on-board hardware memory, if available.

Definition

Visual Basic Public Property StaticBuffer As Boolean
C# public bool StaticBuffer { get; set; }
C++ public:
property bool StaticBuffer {
        bool get();
        void set(bool value);
}
JScript public function get StaticBuffer() : boolean
public function set StaticBuffer(boolean);

Property Value

System.Boolean
This value is set to true if the buffer is a static buffer; otherwise, false.

This property is read/write. 

Remarks

No error occurs if on-board hardware memory is not available. This flag has no effect on cards using the peripheral component interconnect (PCI) bus.

This property cannot be combined with BufferDescription.ControlEffects.