Audacity 3.2.0
Classes | Typedefs | Enumerations | Functions
LabelTrack.h File Reference
#include "SelectedRegion.h"
#include "Track.h"
#include "FileNames.h"
Include dependency graph for LabelTrack.h:
This graph shows which files directly or indirectly include this file:

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)
 

Typedef Documentation

◆ LabelArray

using LabelArray = std::vector<LabelStruct>

Definition at line 90 of file LabelTrack.h.

Enumeration Type Documentation

◆ LabelFormat

enum class LabelFormat
strong
Enumerator
TEXT 
SUBRIP 
WEBVTT 

Definition at line 29 of file LabelTrack.h.

30{
31 TEXT,
32 SUBRIP,
33 WEBVTT,
34};

Function Documentation

◆ ENUMERATE_TRACK_TYPE()

ENUMERATE_TRACK_TYPE ( LabelTrack  )