public class CueTrack extends Object
| Constructor and Description |
|---|
CueTrack() |
| Modifier and Type | Method and Description |
|---|---|
void |
addIndex(CueIndex index) |
String |
getFormat() |
ArrayList<CueIndex> |
getIndexes() |
String |
getPerformer() |
String |
getSongwriter() |
String |
getTitle() |
int |
getTrackNo() |
void |
setFormat(String format) |
void |
setPerformer(String performer) |
void |
setSongwriter(String songwriter) |
void |
setTitle(String title) |
void |
setTrackNo(int trackNo) |
public int getTrackNo()
public void setTrackNo(int trackNo)
trackNo - the trackNo to setpublic String getFormat()
public void setFormat(String format)
format - the format to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getPerformer()
public void setPerformer(String performer)
performer - the performer to setpublic String getSongwriter()
public void setSongwriter(String songwriter)
songwriter - the songwriter to setpublic void addIndex(CueIndex index)
cueTrack - Copyright © 2014. All rights reserved.