Microsoft DirectX 8.1 (Visual Basic)

DirectSoundFXCompressor8.SetAllParameters

The SetAllParameters method sets the compression parameters of a buffer.

Syntax

object.SetAllParameters(params As DSFXCOMPRESSOR)

Parts

object

Resolves to a DirectSoundFXCompressor8 object.

params

DSFXCOMPRESSOR type that specifies the parameters of the effect.

Error Codes

If the method fails, an error is raised. Possible values for Err.Number include DSERR_INVALIDPARAM.