Shaka Packager SDK
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 
19 
22  bool segment_sap_aligned = true;
28 };
29 
30 } // namespace shaka
31 
32 #endif // PACKAGER_MEDIA_PUBLIC_CHUNKING_PARAMS_H_
All the methods that are virtual are virtual for mocking.
Chunking (segmentation) related parameters.
double segment_duration_in_seconds
Segment duration in seconds.
double subsegment_duration_in_seconds