MFPKEY_ASFMediaSource_IterativeSeek_Tolerance_In_MilliSecond property
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
Remarks
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 7 [desktop apps | UWP apps] |
Minimum supported server |
Windows Server 2008 R2 [desktop apps | UWP apps] |
Header |
|
See also