Shaka Packager SDK
|
Parameters used for testing. More...
#include <packager.h>
Public Attributes | |
bool | dump_stream_info = false |
Whether to dump input stream info. | |
bool | inject_fake_clock = false |
std::string | injected_library_version |
Parameters used for testing.
Definition at line 26 of file packager.h.
bool shaka::TestParams::inject_fake_clock = false |
Inject a fake clock which always returns 0. This allows deterministic output from packaging.
Definition at line 31 of file packager.h.
std::string shaka::TestParams::injected_library_version |
Inject and replace the library version string if specified, which is used to populate the version string in the manifests / media files.
Definition at line 34 of file packager.h.