Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 2.66 KB

ksproperty-audio-latency.md

File metadata and controls

88 lines (67 loc) · 2.66 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
KSPROPERTY\_AUDIO\_LATENCY
The KSPROPERTY\_AUDIO\_LATENCY property is used to report the delay (or amount of audio buffering) that is associated with the stream.
KSPROPERTY_AUDIO_LATENCY Audio Devices
apiref
reference
KSPROPERTY_AUDIO_LATENCY
Ksmedia.h
HeaderDef
03/06/2023

KSPROPERTY_AUDIO_LATENCY

The KSPROPERTY_AUDIO_LATENCY property is used to report the delay (or amount of audio buffering) that is associated with the stream.

Usage Summary Table

Get Set Target Property descriptor type Property value type

Yes

No

Pin

KSPROPERTY

KSTIME

The property value (operation data) is a structure of type KSTIME that specifies the stream latency.

Return Value

A KSPROPERTY_AUDIO_LATENCY property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.

Remarks

This property is used to query the stream latency of a pin on an AEC filter. For more information, see Exposing Hardware-Accelerated Capture Effects.

Requirements

Header

Ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY

KSTIME