Shaka Packager SDK
packager
media
public
mp4_output_params.h
1
// Copyright 2017 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 PACKAGER_MEDIA_PUBLIC_MP4_OUTPUT_PARAMS_H_
8
#define PACKAGER_MEDIA_PUBLIC_MP4_OUTPUT_PARAMS_H_
9
10
namespace
shaka
{
11
13
struct
Mp4OutputParams
{
18
bool
include_pssh_in_stream
=
true
;
22
bool
generate_sidx_in_media_segments
=
true
;
23
};
24
25
}
// namespace shaka
26
27
#endif // PACKAGER_MEDIA_PUBLIC_MP4_OUTPUT_PARAMS_H_
shaka::Mp4OutputParams::include_pssh_in_stream
bool include_pssh_in_stream
Definition:
mp4_output_params.h:18
shaka::Mp4OutputParams
MP4 (ISO-BMFF) output related parameters.
Definition:
mp4_output_params.h:13
shaka
All the methods that are virtual are virtual for mocking.
Definition:
gflags_hex_bytes.cc:11
shaka::Mp4OutputParams::generate_sidx_in_media_segments
bool generate_sidx_in_media_segments
Definition:
mp4_output_params.h:22
Generated on Tue Jun 22 2021 00:16:04 for Shaka Packager SDK by
1.8.17