MFPKEY_WMAAECMA_RETRIEVE_TS_STATS Property

banner art

Specifies whether the Voice Capture DSP stores time stamp statistics in the registry.

Constant for IPropertyBag

Available only by using IPropertyStore.

Data Type

VT_BOOL

Default Value

VARIANT_FALSE

Remarks

Acoustic echo cancellation (AEC) algorithms depend on accurate time stamps on the audio streams. In reality, time stamps are often imperfect, and different audio devices can exhibit different rates of variance and drift. When AEC is enabled, the DSP collects statistics about the time stamps and uses this information to compensate for inaccuracies.

If the value of this property is VARIANT_TRUE, the DSP saves the statistics that it collects in the registry. The next time the DSP performs AEC using the same pair of audio devices, it reads the statistical information from the registry, which enables the DSP to perform more efficiently.

If you set the value of this property to VARIANT_TRUE and you are using the DSP in filter mode, you should also set the MFPKEY_WMAAECMA_DEVICEPAIR_GUID property. In source mode, this is not required.

The default value of this property is VARIANT_FALSE. The DSP uses this property only when AEC processing is enabled.

Applies To

Requirements

Client: Requires Windows Vista or Windows XP.

Header: Include wmcodecdsp.h.

See Also