Audacity 3.2.0
Public Attributes | List of all members
ExportAudioDialog::ExportSetting Struct Reference

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

Collaboration diagram for ExportAudioDialog::ExportSetting:
[legend]

Public Attributes

double t0
 
double t1
 
wxFileName filename
 
unsigned channels
 
Tags tags
 

Detailed Description

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

Definition at line 45 of file ExportAudioDialog.h.

Member Data Documentation

◆ channels

unsigned ExportAudioDialog::ExportSetting::channels

Number of channels for ExportMultipleByTrack

Definition at line 50 of file ExportAudioDialog.h.

Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().

◆ filename

wxFileName ExportAudioDialog::ExportSetting::filename

◆ t0

double ExportAudioDialog::ExportSetting::t0

Start time for the export

Definition at line 47 of file ExportAudioDialog.h.

Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().

◆ t1

double ExportAudioDialog::ExportSetting::t1

End time for the export

Definition at line 48 of file ExportAudioDialog.h.

Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().

◆ tags

Tags ExportAudioDialog::ExportSetting::tags

The set of metadata to use for the export

Definition at line 51 of file ExportAudioDialog.h.

Referenced by ExportAudioDialog::UpdateLabelExportSettings(), and ExportAudioDialog::UpdateTrackExportSettings().


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