BufferDescription.DeferLocation Property (Microsoft.DirectX.DirectSound)
Specifies whether the buffer can be assigned to a hardware or software resource at play time.
Definition
Visual Basic Public Property DeferLocation As Boolean C# public bool DeferLocation { get; set; } C++ public:
property bool DeferLocation {
bool get();
void set(bool value);
}JScript public 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.