Audacity 3.2.0
NumericConverterType.h
Go to the documentation of this file.
1/* SPDX-License-Identifier: GPL-2.0-or-later */
2/**********************************************************************
3
4 Audacity: A Digital Audio Editor
5
6 @file NumericConverterType.h
7
8 Dmitry Vedenko
9
10 **********************************************************************/
11#pragma once
12
13#include "Identifier.h"
14
16
17NUMERIC_FORMATS_API const NumericConverterType& NumericConverterType_TIME();
18NUMERIC_FORMATS_API const NumericConverterType& NumericConverterType_DURATION();
19NUMERIC_FORMATS_API const NumericConverterType& NumericConverterType_FREQUENCY();
20NUMERIC_FORMATS_API const NumericConverterType& NumericConverterType_BANDWIDTH();
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_FREQUENCY()
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_BANDWIDTH()
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_TIME()
NUMERIC_FORMATS_API const NumericConverterType & NumericConverterType_DURATION()
An explicitly nonlocalized string, not meant for the user to see.
Definition: Identifier.h:22