Shaka Packager SDK
Loading...
Searching...
No Matches
protection_system_flags.cc
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 protection systems.
8
9#include <packager/app/protection_system_flags.h>
10
11#include <string>
12
13#include <absl/flags/flag.h>
14
15ABSL_FLAG(
16 std::string,
17 protection_systems,
18 "",
19 "Protection systems to be generated. Supported protection systems include "
20 "Widevine, PlayReady, FairPlay, Marlin and "
21 "CommonSystem (https://goo.gl/s8RIhr).");