BufferDescription.DeferLocation Property (Microsoft.DirectX.DirectSound)

Specifies whether the buffer can be assigned to a hardware or software resource at play time.

Definition

Visual BasicPublic Property DeferLocation As Boolean
C#public bool DeferLocation { get; set; }
C++public:
property bool DeferLocation {
        bool get();
        void set(bool value);
}
JScriptpublic function get DeferLocation() : boolean
public function set DeferLocation(boolean);

Property Value

System.Boolean
This value is set to true if if the buffer can be assigned to a hardware or software resource at play time; otherwise, false.

This property is read/write. 

Remarks

Note: This property must be set for buffers that use voice management.
Show: