Shaka Packager SDK
dts_audio_specific_config.h
1 // Copyright (c) 2023 Google Inc. All rights reserved.
2 //
3 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file.
5 
6 #ifndef PACKAGER_MEDIA_CODECS_DTS_AUDIO_SPECIFIC_CONFIG_H_
7 #define PACKAGER_MEDIA_CODECS_DTS_AUDIO_SPECIFIC_CONFIG_H_
8 
9 #include <stddef.h>
10 #include <stdint.h>
11 
12 #include <vector>
13 
14 namespace shaka {
15 namespace media {
16 
17 class BitReader;
18 
19 bool GetDTSXChannelMask(const std::vector<uint8_t>& udts, uint32_t& mask);
20 
21 } // namespace media
22 } // namespace shaka
23 
24 #endif // PACKAGER_MEDIA_CODECS_DTS_AUDIO_SPECIFIC_CONFIG_H_
All the methods that are virtual are virtual for mocking.
Definition: crypto_flags.cc:66