// 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 DECLARE_string(hls_master_playlist_output); DECLARE_string(hls_base_url); DECLARE_string(hls_playlist_type); #endif // PACKAGER_APP_HLS_FLAGS_H_