Home
last modified time | relevance | path

Searched refs:ExportFormatTaggedLinear (Results 1 – 2 of 2) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_formats.h272 class LIBARDOUR_API ExportFormatTaggedLinear : public ExportFormatLinear
275 ExportFormatTaggedLinear (std::string name, FormatId format_id) in ExportFormatTaggedLinear() function
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_format_manager.cc125 f_ptr.reset (fl_ptr = new ExportFormatTaggedLinear ("AIFF", ExportFormatBase::F_AIFF)); in init_formats()
161 f_ptr.reset (fl_ptr = new ExportFormatTaggedLinear ("WAV", ExportFormatBase::F_WAV)); in init_formats()
173 f_ptr.reset (fl_ptr = new ExportFormatTaggedLinear ("W64", ExportFormatBase::F_W64)); in init_formats()