AM_RATE_UseRateVersion Property

 
Microsoft DirectShow 9.0

AM_RATE_UseRateVersion Property

This property is used to signal which version of the Rate Change property set the decoder should use. The value is a WORD type. The high-order byte contains the minor version number, and the low-order byte contains the low-order byte. Thus, version 1.1 is signaled with the value 0x0101.

If the decoder does not support the specified version, it should fail the call to IKsPropertySet::Set and return E_NOINTERFACE. If the source filter does not set the version, the decoder should default to version 1.0.

Property Set GUID AM_KSPROPSETID_TSRateChange
Property ID AM_RATE_UseRateVersion
Data Type WORD

Requirements

  Header: Include Dvdmedia.h.

See Also