CaptureBufferDescription.CaptureEffectDescription Property

Language:

Retrieves and sets an array of CaptureEffectDescription structures that describe capture effects supported by the CaptureBuffer object.

Definition

Visual Basic Public Property CaptureEffectDescription As CaptureEffectDescription()
C# public CaptureEffectDescription[] CaptureEffectDescription { get; set; }
C++ public:
property array<CaptureEffectDescription>^ CaptureEffectDescription {
        array<CaptureEffectDescription>^ get();
        void set(array<CaptureEffectDescription>^ value);
}
JScript public function get CaptureEffectDescription() : CaptureEffectDescription[]
public function set CaptureEffectDescription(CaptureEffectDescription[]);

Property Value

Microsoft.DirectX.DirectSound.CaptureEffectDescription[]
An array of CaptureEffectDescription structures that describe capture effects supported by the CaptureBuffer object.

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