Shaka Packager SDK
Loading...
Searching...
No Matches
pssh_generator_util.h
1// Copyright 2017 Google LLC. All rights reserved.
2//
3// Use of this source code is governed by a BSD-style
4// license that can be found in the LICENSE file or at
5// https://developers.google.com/open-source/licenses/bsd
6
7#ifndef PACKAGER_MEDIA_BASE_PSSH_GENERATOR_UTIL_H_
8#define PACKAGER_MEDIA_BASE_PSSH_GENERATOR_UTIL_H_
9
10#include <cstdint>
11#include <iostream>
12#include <memory>
13#include <set>
14#include <vector>
15
16namespace shaka {
17namespace media {
18
19std::vector<uint8_t> GenerateWidevinePsshDataFromKeyIds(
20 const std::vector<std::vector<uint8_t>>& key_ids);
21
22} // namespace media
23} // namespace shaka
24
25#endif // PACKAGER_MEDIA_BASE_PSSH_GENERATOR_UTIL_H_
All the methods that are virtual are virtual for mocking.