Rialto
0.1
Rialto media pipeline API
|
Go to the documentation of this file.
20 #ifndef FIREBOLT_RIALTO_I_MEDIA_KEYS_H_
21 #define FIREBOLT_RIALTO_I_MEDIA_KEYS_H_
38 namespace 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;
297 #endif // FIREBOLT_RIALTO_I_MEDIA_KEYS_H_