DASH Media Packaging SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator
mpd_flags.h
1 // Copyright 2014 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 // Defines Mpd flags.
8 
9 #ifndef APP_MPD_FLAGS_H_
10 #define APP_MPD_FLAGS_H_
11 
12 #include <gflags/gflags.h>
13 
14 DECLARE_bool(generate_static_mpd);
15 DECLARE_bool(output_media_info);
16 DECLARE_string(mpd_output);
17 DECLARE_string(base_urls);
18 DECLARE_double(minimum_update_period);
19 DECLARE_double(min_buffer_time);
20 DECLARE_double(time_shift_buffer_depth);
21 DECLARE_double(suggested_presentation_delay);
22 DECLARE_string(default_language);
23 DECLARE_bool(generate_dash_if_iop_compliant_mpd);
24 
25 #endif // APP_MPD_FLAGS_H_