2017-01-07 02:40:37 +00:00
|
|
|
// Copyright 2017 Google Inc. All rights reserved.
|
|
|
|
//
|
|
|
|
// Use of this source code is governed by a BSD-style
|
|
|
|
// license that can be found in the LICENSE file or at
|
|
|
|
// https://developers.google.com/open-source/licenses/bsd
|
|
|
|
|
|
|
|
#include <gflags/gflags.h>
|
|
|
|
|
|
|
|
DECLARE_string(profile);
|
|
|
|
DECLARE_bool(single_segment);
|
2017-03-28 15:19:15 +00:00
|
|
|
DECLARE_bool(webm_subsample_encryption);
|
2017-05-12 21:46:24 +00:00
|
|
|
DECLARE_double(availability_time_offset);
|