20#ifndef FIREBOLT_RIALTO_I_MEDIA_KEYS_H_
21#define FIREBOLT_RIALTO_I_MEDIA_KEYS_H_
38namespace firebolt::rialto
65 virtual std::unique_ptr<IMediaKeys>
createMediaKeys(
const std::string &keySystem)
const = 0;
103 virtual bool containsKey(int32_t keySessionId,
const std::vector<uint8_t> &keyId) = 0;
119 bool isLDL, int32_t &keySessionId) = 0;
137 const std::vector<uint8_t> &initData) = 0;