AM_RATE_CorrectTS Property
Microsoft DirectShow 9.0 |
AM_RATE_CorrectTS Property
The DVD Navigator uses this property to inform the decoder that the Navigator is setting the correct time stamps on the samples it delivers to the decoder.
Property Set GUID | AM_KSPROPSETID_TSRateChange |
Property ID | AM_RATE_CorrectTS |
Data Type | LONG |
Remarks
Earlier versions of the DVD Navigator did not set the correct time stamps when the playback rate was something other than 1.0. Many decoders work around this problem by ignoring the time stamps during rewind or fast forward, and estimating the correct presentation times.
These problems have been corrected in the current version of the DVD Navigator. For backward compatibility with existing decoders, the DVD Navigator indicates that the time stamps are correct by setting the AM_RATE_CorrectTS property on the decoder with the value TRUE. When this property is set, the decoder should use the actual time stamps, instead of estimating the presentation times.
Requirements
Header: Include Dvdmedia.h.
See Also