Shaka Packager SDK
Public Attributes | List of all members
shaka::TestParams Struct Reference

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
 

Detailed Description

Parameters used for testing.

Definition at line 26 of file packager.h.

Member Data Documentation

◆ inject_fake_clock

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.

◆ injected_library_version

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.


The documentation for this struct was generated from the following file: