Sets the moniker binding flags for the Microsoft Media Foundation HTTP byte stream.
| Data type | PROPVARIANT type (vt) | PROPVARIANT member |
|---|---|---|
| ULONG | VT_UI4 | ulVal |
DECLSPEC_SELECTANY PROPERTYKEY MFPKEY_HTTP_ByteStream_Urlmon_Bind_Flags = { {0xeda8afdf,0xc171,0x417f,0x8d,0x17,0x2e,0x09,0x18,0x30,0x32,0x92}, 0x02 }
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.
The value of this property is a bitwise OR of flags from the BINDF enumeration. This property applies only when the MFPKEY_HTTP_ByteStream_Enable_Urlmon property is set to VARIANT_TRUE.
Header: Declared in mfidl.h.