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);
31 std::unique_ptr<KeySource> CreateEncryptionKeySource();
37 std::unique_ptr<KeySource> CreateDecryptionKeySource();
40 bool GetMuxerOptions(MuxerOptions* muxer_options);
43 bool GetMpdOptions(
bool on_demand_profile, MpdOptions* mpd_options);
48 #endif // PACKAGER_APP_PACKAGER_UTIL_H_