9 #ifndef PACKAGER_APP_PACKAGER_UTIL_H_
10 #define PACKAGER_APP_PACKAGER_UTIL_H_
12 #include <gflags/gflags.h>
16 DECLARE_bool(dump_stream_info);
25 struct ChunkingOptions;
32 std::unique_ptr<KeySource> CreateEncryptionKeySource();
38 std::unique_ptr<KeySource> CreateDecryptionKeySource();
41 ChunkingOptions GetChunkingOptions();
44 MuxerOptions GetMuxerOptions();
47 MpdOptions GetMpdOptions(
bool on_demand_profile);
52 #endif // PACKAGER_APP_PACKAGER_UTIL_H_