CompressorEffect.AllParameters Property

Language:

Retrieves or sets compression parameters of a SecondaryBuffer object.

Definition

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

Property Value

Microsoft.DirectX.DirectSound.EffectsCompressor
Contains parameters for an compressor effect.

This property is read/write. 

Remarks

Exceptions
ArgumentException Leave Site An invalid parameter was passed to the called method.

See Also


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