18 #ifndef _TS2_CRYPTOGENERIC_H_ 19 #define _TS2_CRYPTOGENERIC_H_
TS2_EXPORT void TS2_Crypto_ReleaseGeneric(TS2_CryptoInterface *crypto)
Releases the specified TS2_CryptoInterface object.
#define TS2_EXPORT
Definition: Ts2Config.h:67
TS2_EXPORT ATX_Result TS2_Crypto_CreateGeneric(TS2_DrmKeyResolver resolver, TS2_CryptoInterface **crypto)
Returns a generic TS2_CryptoInterface implementation that does all its cryptographic processing in so...
Definition: Ts2Protection.h:46
Clients of the MPEG-2 TS SDK API must implement the following interface (TS2_CryptoInterface) to prov...
Definition: Ts2Protection.h:118