BufferDescription.Flags Property

Language:

Retrieves or sets the capabilities of the buffer.

Definition

Visual Basic Public Property Flags As BufferDescriptionFlags
C# public BufferDescriptionFlags Flags { get; set; }
C++ public:
property BufferDescriptionFlags Flags {
        BufferDescriptionFlags get();
        void set(BufferDescriptionFlags value);
}
JScript public function get Flags() : BufferDescriptionFlags
public function set Flags(BufferDescriptionFlags);

Property Value

Microsoft.DirectX.DirectSound.BufferDescriptionFlags
A bitwise OR combination of BufferDescriptionFlags enumeration values that describes the capabilities of the buffer.

This property is read/write. 

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