Shaka Packager SDK
Loading...
Searching...
No Matches
ad_cue_generator_flags.h
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#ifndef PACKAGER_APP_AD_CUE_GENERATOR_FLAGS_H_
8#define PACKAGER_APP_AD_CUE_GENERATOR_FLAGS_H_
9
10#include <string>
11
12#include <absl/flags/declare.h>
13
14ABSL_DECLARE_FLAG(std::string, ad_cues);
15
16#endif // PACKAGER_APP_AD_CUE_GENERATOR_FLAGS_H_