blob: a7389359b2b63956177c586e7bd60e72de3c6ee6 [file]
// 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_