Shaka Packager SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
crypto_flags.h
1 // Copyright 2017 Google Inc. 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 common command line flags for encryption and decryption, which
8 // applies to all key sources, i.e. fixed key, widevine and playready.
9 
10 #ifndef PACKAGER_APP_CRYPTO_FLAGS_H_
11 #define PACKAGER_APP_CRYPTO_FLAGS_H_
12 
13 #include <gflags/gflags.h>
14 
15 DECLARE_string(protection_scheme);
16 DECLARE_bool(vp9_subsample_encryption);
17 
18 #endif // PACKAGER_APP_CRYPTO_FLAGS_H_