IXDSCodecConfig::GetSecureChannelObject
Microsoft DirectShow 9.0 |
IXDSCodecConfig::GetSecureChannelObject
This topic applies to Update Rollup 2 for Microsoft Windows XP Media Center Edition 2005.
The GetSecureChannelObject method retrieves the secure channel object used to decrypt the stream.
Syntax
HRESULT GetSecureChannelObject( IUnknown **ppUnkDRMSecureChannel );
Parameters
ppUnkDRMSecureChannel
[out] Receives a pointer to the secure channel object's IUnknown interface.
Return Values
Returns an HRESULT.
Remarks
If the method succeeds, the caller must release the IUnknown interface.
Requirements
Header: EncDec.h.
See Also