MF_BYTESTREAM_IFO_FILE_URI attribute

Contains the URL of the IFO (DVD Information) file specified by the HTTP server in the HTTP header, "Pragma: ifoFileURI.dlna.org".

Data type

LPWSTR

Get/set

To get this attribute, call IMFAttributes::GetString.

To set this attribute, call IMFAttributes::SetString.

Applies to

IMFByteStream

Remarks

The HTTP byte stream searches the HTTP header for the "ifoFileURI.dlna.org" string. If the string is found, it is copied to this attribute on the byte stream.

The GUID constant for this attribute is exported from mfuuid.lib.

Requirements

Requirement Value
Minimum supported client
Windows 7 [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 R2 [desktop apps | UWP apps]
Header
Mfobjects.h (include Mfidl.h)

See also

Alphabetical List of Media Foundation Attributes

Byte Stream Attributes

IMFByteStream