AM_RATE_QueryFullFrameRate Property

[The feature associated with this page, DirectShow, is a legacy feature. It has been superseded by MediaPlayer, IMFMediaEngine, and Audio/Video Capture in Media Foundation. Those features have been optimized for Windows 10 and Windows 11. Microsoft strongly recommends that new code use MediaPlayer, IMFMediaEngine and Audio/Video Capture in Media Foundation instead of DirectShow, when possible. Microsoft suggests that existing code that uses the legacy APIs be rewritten to use the new APIs if possible.]

This property queries the decoder for the maximum full-frame rate that the decoder supports. The data type for this property is an AM_QueryRate structure.

This property is defined for version 1.1 of this property set; see AM_RATE_UseRateVersion.

Label Value
Property Set GUID AM_KSPROPSETID_TSRateChange
Property ID AM_RATE_QueryFullFrameRate Property
Data Type AM_QueryRate

Remarks

If the playback rate exceeds the decoder's maximum rate, the source filter sends groups of continuous samples separated by discontinuities. The time stamps jump across the discontinuities. The source filter might do this even if the playback rate is within the decoder's maximum rate, because there may be other factors, such as disk IO, that limit the full playback rate.

Requirements

Requirement Value
Header
Dvdmedia.h

See also

Rate Change Property Set