Audacity 3.2.0
|
Go to the source code of this file.
Classes | |
class | LabelStruct |
A LabelStruct holds information for ONE label in a LabelTrack. More... | |
struct | LabelStruct::BadFormatException |
class | LabelTrack |
A LabelTrack is a Track that holds labels (LabelStruct). More... | |
struct | LabelTrack::Interval |
struct | LabelTrackEvent |
Typedefs | |
using | LabelArray = std::vector< LabelStruct > |
Enumerations | |
enum class | LabelFormat { TEXT , SUBRIP , WEBVTT } |
Functions | |
ENUMERATE_TRACK_TYPE (LabelTrack) | |
Variables | |
LABEL_TRACK_API EnumSetting< bool > | LabelStyleSetting |
using LabelArray = std::vector<LabelStruct> |
Definition at line 93 of file LabelTrack.h.
|
strong |
Enumerator | |
---|---|
TEXT | |
SUBRIP | |
WEBVTT |
Definition at line 29 of file LabelTrack.h.
ENUMERATE_TRACK_TYPE | ( | LabelTrack | ) |
|
extern |
Definition at line 51 of file LabelTrack.cpp.
Referenced by anonymous_namespace{ExportLabelTrack.cpp}::AddControls(), and LabelStruct::Export().