Shaka Packager SDK
Loading...
Searching...
No Matches
playready_key_encryption_flags.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// Defines command line flags for PlayReady encryption.
8
9#ifndef APP_PLAYREADY_KEY_ENCRYPTION_FLAGS_H_
10#define APP_PLAYREADY_KEY_ENCRYPTION_FLAGS_H_
11
12#include <absl/flags/declare.h>
13#include <absl/flags/flag.h>
14
15ABSL_DECLARE_FLAG(bool, enable_playready_encryption);
16ABSL_DECLARE_FLAG(std::string, playready_server_url);
17ABSL_DECLARE_FLAG(std::string, program_identifier);
18
19namespace shaka {
20
24
25} // namespace shaka
26
27#endif // APP_PLAYREADY_KEY_ENCRYPTION_FLAGS_H_
All the methods that are virtual are virtual for mocking.