Audacity 3.2.0
Public Attributes | List of all members
anonymous_namespace{ExportMultiple.cpp}::ExportKit Class Reference

A private class used to store the information needed to do an export. More...

Collaboration diagram for anonymous_namespace{ExportMultiple.cpp}::ExportKit:
[legend]

Public Attributes

Tags filetags
 
wxFileNameWrapper destfile
 
double t0
 
double t1
 
unsigned channels
 

Detailed Description

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.

Member Data Documentation

◆ channels

unsigned anonymous_namespace{ExportMultiple.cpp}::ExportKit::channels

Number of channels for ExportMultipleByTrack

Definition at line 68 of file ExportMultiple.cpp.

◆ destfile

wxFileNameWrapper anonymous_namespace{ExportMultiple.cpp}::ExportKit::destfile

The file to export to

Definition at line 65 of file ExportMultiple.cpp.

◆ filetags

Tags anonymous_namespace{ExportMultiple.cpp}::ExportKit::filetags

The set of metadata to use for the export

Definition at line 64 of file ExportMultiple.cpp.

◆ t0

double anonymous_namespace{ExportMultiple.cpp}::ExportKit::t0

Start time for the export

Definition at line 66 of file ExportMultiple.cpp.

◆ t1

double anonymous_namespace{ExportMultiple.cpp}::ExportKit::t1

End time for the export

Definition at line 67 of file ExportMultiple.cpp.


The documentation for this class was generated from the following file: