Shaka Packager SDK
|
MP4 (ISO-BMFF) output related parameters. More...
#include <mp4_output_params.h>
Public Attributes | |
bool | include_pssh_in_stream = true |
bool | generate_sidx_in_media_segments = true |
MP4 (ISO-BMFF) output related parameters.
Definition at line 13 of file mp4_output_params.h.
bool shaka::Mp4OutputParams::generate_sidx_in_media_segments = true |
Indicates whether a 'sidx' box should be generated in the media segments. Note that it is required by spec if segment_template contains $Times$ specifier.
Definition at line 22 of file mp4_output_params.h.
bool shaka::Mp4OutputParams::include_pssh_in_stream = true |
Include pssh in the encrypted stream. CMAF and DASH-IF recommends carrying license acquisition information in the manifest and not duplicate the information in the stream. (This is not a hard requirement so we are still CMAF compatible even if pssh is included in the stream.)
Definition at line 18 of file mp4_output_params.h.