MFPKEY_ASFMediaSource_IterativeSeek_Max_Count property
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
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
See also