Shaka Packager SDK
|
This structure contains the list of configuration options for Muxer. More...
#include <muxer_options.h>
Public Attributes | |
Mp4OutputParams | mp4_params |
MP4 (ISO-BMFF) specific parameters. | |
int32_t | transport_stream_timestamp_offset_ms = 0 |
std::string | output_file_name |
std::string | segment_template |
std::string | temp_dir |
Specify temporary directory for intermediate files. | |
uint32_t | bandwidth = 0 |
This structure contains the list of configuration options for Muxer.
Definition at line 19 of file muxer_options.h.
uint32_t shaka::media::MuxerOptions::bandwidth = 0 |
User-specified bit rate for the media stream. If zero, the muxer will attempt to estimate.
Definition at line 46 of file muxer_options.h.
std::string shaka::media::MuxerOptions::output_file_name |
Output file name. If segment_template is not specified, the Muxer generates this single output file with all segments concatenated; Otherwise, it specifies the init segment name.
Definition at line 33 of file muxer_options.h.
std::string shaka::media::MuxerOptions::segment_template |
Specify output segment name pattern for generated segments. It can furthermore be configured by using a subset of the SegmentTemplate identifiers: $RepresentationID$, $Number$, $Bandwidth$ and $Time. Optional.
Definition at line 39 of file muxer_options.h.