Enables the Microsoft Media Foundation HTTP byte stream to use URL monikers (also called Urlmon).
| Data type | PROPVARIANT type (vt) | PROPVARIANT member |
|---|---|---|
| VARIANT_BOOL | VT_BOOL | boolVal |
DECLSPEC_SELECTANY PROPERTYKEY MFPKEY_HTTP_ByteStream_Enable_Urlmon = { {0xeda8afdf,0xc171,0x417f,0x8d,0x17,0x2e,0x09,0x18,0x30,0x32,0x92}, 0x01 }
Use this property to configure the Microsoft Media Foundation HTTP byte stream. To set the property, pass an IPropertyStore pointer to the source resolver. For more information, see Configuring a Media Source.
If the value is VARIANT_TRUE, the HTTP byte stream uses Urlmon for HTTP transport. Otherwise, if the value is VARIANT_FALSE, the byte stream uses WinHTTP.
The default value is VARIANT_TRUE for Microsoft Store apps and VARIANT_FALSE for desktop application.
Header: Declared in mfidl.h.