MFPKEY_HTTP_ByteStream_Enable_Urlmon property
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
Remarks
Use this property to configure the 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 Windows Store apps and VARIANT_FALSE for Windows desktop application.
Requirements
Requirement | Value |
---|---|
Header |
|
See also