9 #include <packager/app/ad_cue_generator_flags.h>
11 ABSL_FLAG(std::string,
14 "List of cuepoint markers."
15 "This flag accepts semicolon separated pairs and components in "
16 "the pair are separated by a comma and the second component "
17 "duration is optional. For example --ad_cues "
18 "{start_time}[,{duration}][;{start_time}[,{duration}]]..."
19 "The start_time represents the start of the cue marker in "
20 "seconds relative to the start of the program.");