Shaka Packager SDK
iamf_audio_util.h
1 // Copyright 2024 Google LLC. 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 // IAMF audio utility functions.
8 
9 #ifndef PACKAGER_MEDIA_CODECS_IAMF_AUDIO_UTIL_H_
10 #define PACKAGER_MEDIA_CODECS_IAMF_AUDIO_UTIL_H_
11 
12 #include <cstdint>
13 #include <vector>
14 
15 namespace shaka {
16 namespace media {
17 
21 bool GetIamfCodecStringInfo(const std::vector<uint8_t>& iamf_data,
22  uint8_t& codec_string_info);
23 
24 } // namespace media
25 } // namespace shaka
26 
27 #endif // PACKAGER_MEDIA_CODECS_IAMF_AUDIO_UTIL_H_
All the methods that are virtual are virtual for mocking.
Definition: crypto_flags.cc:66