Sets the tolerance, in milliseconds, that is used when the ASF media source performs iterative seeking.
| Data type | PROPVARIANT type (vt) | PROPVARIANT member |
|---|---|---|
| ULONG | VT_UI4 | ulVal |
DECLSPEC_SELECTANY PROPERTYKEY MFPKEY_ASFMediaSource_IterativeSeek_Tolerance_In_MilliSecond = { {0x170b65dc,0x4a4e,0x407a,0xac,0x22,0x57,0x7f,0x50,0xe4,0xa3,0x7c}, 0x03 }
Use this property to configure the ASF media source. To set the property, pass an IPropertyStore pointer to the source resolver. For more information, see Configuring a Media Source.
This property applies only when iterative seeking is enabled. For more information, see MFPKEY_ASFMediaSource_IterativeSeekIfNoIndex.
The iterative seeking algorithm halts if it finds a packet whose distance from the seek time is within the specified tolerance. The default value is 8000 milliseconds.
Header: Declared in mfidl.h.