Shaka Packager SDK
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends
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.
 
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 20 of file muxer_options.h.

Member Data Documentation

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 43 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 30 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 36 of file muxer_options.h.


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