DASH Media Packaging SDK
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
media
base
muxer_options.h
1
// Copyright 2014 Google Inc. All rights reserved.
2
//
3
// Use of this source code is governed by a BSD-style
4
// license that can be found in the LICENSE file or at
5
// https://developers.google.com/open-source/licenses/bsd
6
7
#ifndef MEDIA_BASE_MUXER_OPTIONS_H_
8
#define MEDIA_BASE_MUXER_OPTIONS_H_
9
10
#include <stdint.h>
11
12
#include <string>
13
14
namespace
shaka {
15
namespace
media {
16
18
struct
MuxerOptions
{
19
MuxerOptions
();
20
~
MuxerOptions
();
21
24
bool
single_segment
;
25
30
double
segment_duration
;
31
34
double
fragment_duration
;
35
38
bool
segment_sap_aligned
;
39
43
bool
fragment_sap_aligned
;
44
50
int
num_subsegments_per_sidx
;
51
57
bool
mp4_use_decoding_timestamp_in_timeline
;
58
62
std::string
output_file_name
;
63
68
std::string
segment_template
;
69
71
std::string
temp_dir
;
72
75
uint32_t
bandwidth
;
76
77
// Enable/disable subsample encryption for WebM containers.
78
bool
webm_subsample_encryption;
79
};
80
81
}
// namespace media
82
}
// namespace shaka
83
84
#endif // MEDIA_BASE_MUXER_OPTIONS_H_
shaka::media::MuxerOptions::fragment_sap_aligned
bool fragment_sap_aligned
Definition:
muxer_options.h:43
shaka::media::MuxerOptions::output_file_name
std::string output_file_name
Definition:
muxer_options.h:62
shaka::media::MuxerOptions::mp4_use_decoding_timestamp_in_timeline
bool mp4_use_decoding_timestamp_in_timeline
Definition:
muxer_options.h:57
shaka::media::MuxerOptions::segment_sap_aligned
bool segment_sap_aligned
Definition:
muxer_options.h:38
shaka::media::MuxerOptions
This structure contains the list of configuration options for Muxer.
Definition:
muxer_options.h:18
shaka::media::MuxerOptions::num_subsegments_per_sidx
int num_subsegments_per_sidx
Definition:
muxer_options.h:50
shaka::media::MuxerOptions::fragment_duration
double fragment_duration
Definition:
muxer_options.h:34
shaka::media::MuxerOptions::temp_dir
std::string temp_dir
Specify temporary directory for intermediate files.
Definition:
muxer_options.h:71
shaka::media::MuxerOptions::single_segment
bool single_segment
Definition:
muxer_options.h:24
shaka::media::MuxerOptions::segment_duration
double segment_duration
Definition:
muxer_options.h:30
shaka::media::MuxerOptions::bandwidth
uint32_t bandwidth
Definition:
muxer_options.h:75
shaka::media::MuxerOptions::segment_template
std::string segment_template
Definition:
muxer_options.h:68
Generated on Wed Aug 31 2016 22:38:12 for DASH Media Packaging SDK by
1.8.6