Shaka Packager SDK
packager
app
manifest_flags.h
1
// Copyright 2018 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
// Common flags applicable to both DASH and HLS.
8
9
#ifndef PACKAGER_APP_MANIFEST_FLAGS_H_
10
#define PACKAGER_APP_MANIFEST_FLAGS_H_
11
12
#include <gflags/gflags.h>
13
14
DECLARE_double(time_shift_buffer_depth);
15
DECLARE_string(default_language);
16
17
#endif // PACKAGER_APP_MANIFEST_FLAGS_H_
Generated on Sat Feb 10 2018 15:36:43 for Shaka Packager SDK by
1.8.13