![]() |
Audacity 3.2.0
|
A private class used to store the information needed to do an export. More...
Public Attributes | |
| Tags | filetags |
| wxFileNameWrapper | destfile |
| double | t0 |
| double | t1 |
| unsigned | channels |
A private class used to store the information needed to do an export.
We create a set of these during the interactive phase of the export cycle, then use them when the actual exports are done.
Definition at line 61 of file ExportMultiple.cpp.
| unsigned anonymous_namespace{ExportMultiple.cpp}::ExportKit::channels |
Number of channels for ExportMultipleByTrack
Definition at line 68 of file ExportMultiple.cpp.
| wxFileNameWrapper anonymous_namespace{ExportMultiple.cpp}::ExportKit::destfile |
The file to export to
Definition at line 65 of file ExportMultiple.cpp.
| Tags anonymous_namespace{ExportMultiple.cpp}::ExportKit::filetags |
The set of metadata to use for the export
Definition at line 64 of file ExportMultiple.cpp.
| double anonymous_namespace{ExportMultiple.cpp}::ExportKit::t0 |
Start time for the export
Definition at line 66 of file ExportMultiple.cpp.
| double anonymous_namespace{ExportMultiple.cpp}::ExportKit::t1 |
End time for the export
Definition at line 67 of file ExportMultiple.cpp.