Partager via


Decrypter/Detagger Filter

 
Microsoft DirectShow 9.0

Decrypter/Detagger Filter

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

The Decrypter/Detagger filter conditionally decrypts samples that are encrypted by the Encrypter/Tagger filter.

This filter reads ratings information from the encrypted samples and passes them to the EvalRat object. The EvalRat object determines whether the content is allowed. If so, the Decrypter/Detagger filter decrypts the samples and passes them downstream for rendering.

Filter interfaces IBaseFilter, IDTFilter, IDTFilterConfig, IBroadcastEvent
Input pin media types MEDIASUBTYPE_ETDTFilter_Tagged
Input pin interfaces IKsPropertySet, IMemInputPin, IPin, IQualityControl
Output pin media types See Remarks
Output pin interfaces IPin, IQualityControl
Filter CLSID CLSID_DTFilter
Merit MERIT_DO_NOT_USE
Filter category CLSID_CPCAFiltersCategory

Remarks

This filter is not available to DirectShow applications except to get parental ratings on an unencrypted file. It can be used for content decryption only through the Video Control on Microsoft Windows XP Media Center Edition.

The output type matches the original input type received by the Encrypter/Tagger filter.

See Also