AM_RATE_ReverseMaxFullDataRate Property
Microsoft DirectShow 9.0 |
AM_RATE_ReverseMaxFullDataRate Property
Applies to Windows Vista and later.
Returns the decoder's maximum reverse playback rate. The value of the property is the absolute value of the maximum reverse speed x 10000. For example, if the maximum reverse speed is -2.0, the value of this property is 20000.
The data type for this property is AM_MaxFullDataRate, which is a typedef
for LONG.
This property is read-only.
Property Set GUID | AM_KSPROPSETID_TSRateChange |
Property ID | AM_RATE_ReverseMaxFullDataRate |
Data Type | AM_MaxFullDataRate |
Remarks
Decoders that support smooth reverse playback should expose this property. For more information, see DVD Playback Enhancements in Windows Vista.
Requirements
Header: Include Dvdmedia.h.
See Also