DASH Media Packaging SDK
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
app
hls_flags.cc
1
// Copyright 2016 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
#include "packager/app/hls_flags.h"
8
9
DEFINE_string(hls_master_playlist_output,
10
""
,
11
"Output path for the master playlist for HLS. This flag must be"
12
"used to output HLS."
);
13
14
DEFINE_string(hls_base_url,
15
""
,
16
"The base URL for the Media Playlists and media files listed in "
17
"the playlists. This is the prefix for the files."
);
Generated on Thu Jun 15 2017 18:19:33 for DASH Media Packaging SDK by
1.8.6