BufferDescription.Flags Property (Microsoft.DirectX.DirectSound)

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.