Shaka Packager SDK
manifest_flags.cc
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 #include "packager/app/manifest_flags.h"
8 
9 DEFINE_double(time_shift_buffer_depth,
10  1800.0,
11  "Guaranteed duration of the time shifting buffer for HLS LIVE "
12  "playlists and DASH dynamic media presentations, in seconds.");
13 DEFINE_string(default_language,
14  "",
15  "For DASH, any audio/text tracks tagged with this language will "
16  "have <Role ... value=\"main\" /> in the manifest; For HLS, the "
17  "first audio/text rendition in a group tagged with this language "
18  "will have 'DEFAULT' attribute set to 'YES'. This allows the "
19  "player to choose the correct default language for the content.");