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

Syntax

DECLSPEC_SELECTANY PROPERTYKEY MFPKEY_ASFMediaSource_IterativeSeek_Max_Count = { {0x170b65dc,0x4a4e,0x407a,0xac,0x22,0x57,0x7f,0x50,0xe4,0xa3,0x7c}, 0x02 }  

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

Header: Declared in mfidl.h.