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 <stddef.h>
10#include <stdint.h>
11
12#include <vector>
13
14namespace shaka {
15namespace media {
16
17class BitReader;
18
19bool 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.