BufferDescription.DeferLocation Property

Language:

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.


Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center