7#ifndef PACKAGER_MEDIA_BASE_PSSH_GENERATOR_UTIL_H_
8#define PACKAGER_MEDIA_BASE_PSSH_GENERATOR_UTIL_H_
18std::vector<uint8_t> GenerateWidevinePsshDataFromKeyIds(
19 const std::vector<std::vector<uint8_t>>& key_ids);
All the methods that are virtual are virtual for mocking.