Shaka Packager SDK
Loading...
Searching...
No Matches
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 <cstdint>
10#include <vector>
11
12#include <stddef.h>
13#include <stdint.h>
14
15namespace shaka {
16namespace media {
17
18class BitReader;
19
20bool GetDTSXChannelMask(const std::vector<uint8_t>& udts, uint32_t& mask);
21
22} // namespace media
23} // namespace shaka
24
25#endif // PACKAGER_MEDIA_CODECS_DTS_AUDIO_SPECIFIC_CONFIG_H_
All the methods that are virtual are virtual for mocking.