Shaka Packager SDK
Loading...
Searching...
No Matches
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
15namespace shaka {
16namespace media {
17
21bool 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.