Shaka Packager SDK
retired_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 #include <gflags/gflags.h>
8 
9 DECLARE_string(profile);
10 DECLARE_bool(single_segment);
11 DECLARE_bool(webm_subsample_encryption);
12 DECLARE_double(availability_time_offset);
13 DECLARE_string(playready_key_id);
14 DECLARE_string(playready_key);
15 DECLARE_bool(mp4_use_decoding_timestamp_in_timeline);
16 DECLARE_int32(num_subsegments_per_sidx);
17 DECLARE_bool(generate_widevine_pssh);
18 DECLARE_bool(generate_playready_pssh);
19 DECLARE_bool(generate_common_pssh);