| // Copyright 2025 The Fuchsia Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #ifndef SRC_MEDIA_CODEC_FACTORY_CODEC_SPECIFIER_H_ | |
| #define SRC_MEDIA_CODEC_FACTORY_CODEC_SPECIFIER_H_ | |
| #include <string> | |
| [[nodiscard]] std::string CreateRandomCodecSpecifier(); | |
| #endif // SRC_MEDIA_CODEC_FACTORY_CODEC_SPECIFIER_H_ |