Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 2 KB

mf-mt-wrapped-type-attribute.md

File metadata and controls

67 lines (38 loc) · 2 KB
description ms.assetid title ms.topic ms.date
Contains a media type that has been wrapped in another media type.
3bd94523-0206-44d8-83a2-e569e4ab7815
MF_MT_WRAPPED_TYPE attribute (Mfapi.h)
reference
05/31/2018

MF_MT_WRAPPED_TYPE attribute

Contains a media type that has been wrapped in another media type.

Data type

Byte array

Remarks

This attribute is used in the MFWrapMediaType function, which wraps a media type inside another media type.

The MFWrapMediaType function does the following:

  1. Converts the original media type into a binary array.
  2. Sets the MF_MT_WRAPPED_TYPE attribute on the new media type. The value of the attribute is the binary array.

Applications typically do not use this attribute directly. To unwrap the original media type, call MFUnwrapMediaType.

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

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps | UWP apps]
Minimum supported server
Windows Server 2008 [desktop apps | UWP apps]
Header
Mfapi.h

See also

Alphabetical List of Media Foundation Attributes

IMFAttributes::GetBlob

IMFAttributes::SetBlob

IMFMediaType

Media Type Attributes