IDTFilter3::GetProtectionType

 
Microsoft DirectShow 9.0

IDTFilter3::GetProtectionType

This topic applies to Windows XP Service Pack 1 or later.

The GetProtectionType method retrieves the type of content protection that is currently in effect.

Syntax

  HRESULT GetProtectionType(
    ProtType *pProtectionType
);

Parameters

pProtectionType

[out] Receives the current protection type, specified as a member of the ProtType enumeration type.

Return Values

Returns an HRESULT. Possible values include the following.

Value Description
S_OK Success.

Header: EncDec.h.

See Also