Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the maximum number of search iterations the ASF media source will use when it 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 valid range of this property is [1-10], inclusive. With a higher number, iterative seeking tends to be more accurate but takes longer.
The default value is 5.
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