Shaka Packager SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
shaka::media::MuxerOptions Struct Reference

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
 

Detailed Description

This structure contains the list of configuration options for Muxer.

Definition at line 19 of file muxer_options.h.

Member Data Documentation

◆ bandwidth

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.

◆ mp4_params

Mp4OutputParams shaka::media::MuxerOptions::mp4_params

MP4 (ISO-BMFF) specific parameters.

Definition at line 24 of file muxer_options.h.

◆ output_file_name

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.

◆ segment_template

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.

◆ temp_dir

std::string shaka::media::MuxerOptions::temp_dir

Specify temporary directory for intermediate files.

Definition at line 42 of file muxer_options.h.

◆ transport_stream_timestamp_offset_ms

int32_t shaka::media::MuxerOptions::transport_stream_timestamp_offset_ms = 0

Definition at line 28 of file muxer_options.h.


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