Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.71 KB

ksproperty-droppedframes-current.md

File metadata and controls

41 lines (29 loc) · 1.71 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
KSPROPERTY_DROPPEDFRAMES_CURRENT
The KSPROPERTY_DROPPED_FRAMES_CURRENT property dynamically retrieves the video capture minidriver for the number of frames captured, the number of frames dropped, and the average frame size. This property must be implemented.
KSPROPERTY_DROPPEDFRAMES_CURRENT Streaming Media Devices
apiref
reference
KSPROPERTY_DROPPEDFRAMES_CURRENT
Ksmedia.h
HeaderDef
10/19/2021

KSPROPERTY_DROPPEDFRAMES_CURRENT

The KSPROPERTY_DROPPED_FRAMES_CURRENT property dynamically retrieves the video capture minidriver for the number of frames captured, the number of frames dropped, and the average frame size. This property must be implemented.

Usage Summary Table

Get Set Target Property descriptor type Property value type
Yes No Pin KSPROPERTY_DROPPEDFRAMES_CURRENT_S KSPROPERTY_DROPPEDFRAMES_CURRENT_S

The property value (operation data) is a KSPROPERTY_DROPPEDFRAMES_CURRENT_S structure that specifies the current picture number, the count of dropped frames, and the average size of the frames captured.

Remarks

The counts of frames captured and frames dropped should reset when the stream state transitions from stop to pause.

Requirements

Header: ksmedia.h (include Ksmedia.h)

See also

KSPROPERTY

KSPROPERTY_DROPPEDFRAMES_CURRENT_S