Rialto
0.1
Rialto media pipeline API
|
Go to the documentation of this file.
20 #ifndef FIREBOLT_RIALTO_I_MEDIA_KEYS_CLIENT_H_
21 #define FIREBOLT_RIALTO_I_MEDIA_KEYS_CLIENT_H_
38 namespace firebolt::rialto
61 virtual void onLicenseRequest(int32_t keySessionId,
const std::vector<unsigned char> &licenseRequestMessage,
62 const std::string &url) = 0;
70 virtual void onLicenseRenewal(int32_t keySessionId,
const std::vector<unsigned char> &licenseRenewalMessage) = 0;
83 #endif // FIREBOLT_RIALTO_I_MEDIA_KEYS_CLIENT_H_