MFCreateContentProtectionDevice function

Creates an IMFContentProtectionDevice interface for the specified media protection system.

Syntax


STDAPI MFCreateContentProtectionDevice(
  _In_  REFGUID                    ProtectionSystemId,
  _Out_ IMFContentProtectionDevice **ContentProtectionDevice
);

Parameters

ProtectionSystemId [in]

The idenfier of the media protection system for which you want to create the IMFContentProtectionDevice interface.

ContentProtectionDevice [out]

Pointer to the created IMFContentProtectionDevice interface.

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

Mfidl.h

Library

Mfplat.lib

DLL

Mfplat.dll

See also

Media Foundation Functions
IMFContentProtectionDevice

 

 

Show: