Shaka Packager SDK
packager
media
public
chunking_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_CHUNKING_PARAMS_H_
8
#define PACKAGER_MEDIA_PUBLIC_CHUNKING_PARAMS_H_
9
10
namespace
shaka
{
11
13
struct
ChunkingParams
{
15
double
segment_duration_in_seconds
= 0;
18
double
subsegment_duration_in_seconds
= 0;
19
22
bool
segment_sap_aligned
=
true
;
27
bool
subsegment_sap_aligned
=
true
;
28
};
29
30
}
// namespace shaka
31
32
#endif // PACKAGER_MEDIA_PUBLIC_CHUNKING_PARAMS_H_
shaka
All the methods that are virtual are virtual for mocking.
Definition:
gflags_hex_bytes.cc:11
shaka::ChunkingParams::segment_duration_in_seconds
double segment_duration_in_seconds
Segment duration in seconds.
Definition:
chunking_params.h:15
shaka::ChunkingParams::subsegment_duration_in_seconds
double subsegment_duration_in_seconds
Definition:
chunking_params.h:18
shaka::ChunkingParams::segment_sap_aligned
bool segment_sap_aligned
Definition:
chunking_params.h:22
shaka::ChunkingParams
Chunking (segmentation) related parameters.
Definition:
chunking_params.h:13
shaka::ChunkingParams::subsegment_sap_aligned
bool subsegment_sap_aligned
Definition:
chunking_params.h:27
Generated on Tue Jun 22 2021 00:16:04 for Shaka Packager SDK by
1.8.17