Skip to content

Latest commit

 

History

History
64 lines (35 loc) · 1.94 KB

mf-bytestream-ifo-file-uri.md

File metadata and controls

64 lines (35 loc) · 1.94 KB
description ms.assetid title ms.topic ms.date
Contains the URL of the IFO (DVD Information) file specified by the HTTP server in the HTTP header, &\#0034;Pragma: ifoFileURI.dlna.org&\#0034;.
007e0f4d-fb37-4dec-96a7-311df567eb04
MF_BYTESTREAM_IFO_FILE_URI attribute (Mfobjects.h)
reference
05/31/2018

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