Roc Toolkit internal modules
Roc Toolkit: real-time audio streaming
Loading...
Searching...
No Matches
print_drivers.h
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019 Roc authors
3 *
4 * This Source Code Form is subject to the terms of the Mozilla Public
5 * License, v. 2.0. If a copy of the MPL was not distributed with this
6 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 */
8
9//! @file roc_sndio/target_stdio/roc_sndio/print_drivers.h
10//! @brief Print drivers.
11
12#ifndef ROC_SNDIO_PRINT_DRIVERS_H_
13#define ROC_SNDIO_PRINT_DRIVERS_H_
14
15#include "roc_core/iallocator.h"
16
17namespace roc {
18namespace sndio {
19
20//! Print list of supported drivers.
22
23} // namespace sndio
24} // namespace roc
25
26#endif // ROC_SNDIO_PRINT_DRIVERS_H_
Memory allocator interface.
Definition: iallocator.h:23
Memory allocator interface.
bool print_drivers(core::IAllocator &allocator)
Print list of supported drivers.
Root namespace.