Skip to content

Latest commit

 

History

History
68 lines (57 loc) · 2.61 KB

nn-mfidl-imftrustedoutput.md

File metadata and controls

68 lines (57 loc) · 2.61 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mfidl.IMFTrustedOutput
IMFTrustedOutput (mfidl.h)
Implemented by components that provide output trust authorities (OTAs).
14342d8b-3c76-4c13-8cbe-a60bb66084c8
IMFTrustedOutput
IMFTrustedOutput interface [Media Foundation]
IMFTrustedOutput interface [Media Foundation]
described
mf.imftrustedoutput
mfidl/IMFTrustedOutput
mf\imftrustedoutput.htm
mf
14342d8b-3c76-4c13-8cbe-a60bb66084c8
12/05/2018
14342d8b-3c76-4c13-8cbe-a60bb66084c8, IMFTrustedOutput, IMFTrustedOutput interface [Media Foundation], IMFTrustedOutput interface [Media Foundation],described, mf.imftrustedoutput, mfidl/IMFTrustedOutput
mfidl.h
Windows
Windows Vista [desktop apps \| UWP apps]
Windows Server 2008 [desktop apps \| UWP apps]
Mfuuid.lib
Windows
19H1
IMFTrustedOutput
mfidl/IMFTrustedOutput
c++
APIRef
kbSyntax
COM
mfuuid.lib
mfuuid.dll
IMFTrustedOutput

IMFTrustedOutput interface

-description

Implemented by components that provide output trust authorities (OTAs). Any Media Foundation transform (MFT) or media sink that is designed to work within the protected media path (PMP) and also sends protected content outside the Media Foundation pipeline must implement this interface.

The policy engine uses this interface to negotiate what type of content protection should be applied to the content. Applications do not use this interface directly.

-inheritance

The IMFTrustedOutput interface inherits from the IUnknown interface. IMFTrustedOutput also has these types of members:

-remarks

If an MFT supports IMFTrustedOutput, it must expose the interface through QueryInterface. The interface applies to all of the input streams on the MFT. (There is no mechanism to return a separate IMFTrustedOutput pointer for each stream.) The MFT must apply the output policies to all of its input streams. If the MFT sends different streams to separate connectors, it must report all of the connector attributes.

-see-also

Media Foundation Interfaces