2016-04-16 22:58:47 +00:00
|
|
|
// Copyright 2016 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
|
|
|
|
|
|
|
|
#ifndef PACKAGER_APP_HLS_FLAGS_H_
|
|
|
|
#define PACKAGER_APP_HLS_FLAGS_H_
|
|
|
|
|
|
|
|
#include <gflags/gflags.h>
|
|
|
|
|
|
|
|
DECLARE_string(hls_master_playlist_output);
|
|
|
|
DECLARE_string(hls_base_url);
|
2017-06-03 00:05:47 +00:00
|
|
|
DECLARE_string(hls_playlist_type);
|
2016-04-16 22:58:47 +00:00
|
|
|
|
|
|
|
#endif // PACKAGER_APP_HLS_FLAGS_H_
|