|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.mediacore.info.Track
public abstract class Track
Class that defines the track abstraction. An track is defined uniquely by its name.
| Constructor Summary | |
|---|---|
Track(String name,
String language,
boolean isDefault)
Constructor method. |
|
| Method Summary | |
|---|---|
String |
getLanguage()
Getter method: provides the language of the track. |
String |
getName()
Getter method: provides the name of the track. |
boolean |
isDefault()
Getter method: indicates whether the track is the default track. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Track(String name,
String language,
boolean isDefault)
name - the name of the tracklanguage - the language of the trackisDefault - boolean that marks whether the track is the default one| Method Detail |
|---|
public String getName()
public String getLanguage()
public boolean isDefault()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||