|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Objectcom.wowza.wms.stream.publish.PlaylistItem
public class PlaylistItem
| Constructor Summary | |
|---|---|
PlaylistItem(String name,
int start,
int length,
int index)
Class constructor - A simple structure to define parameters associated with a playlist item |
|
| Method Summary | |
|---|---|
int |
getIndex()
|
int |
getLength()
Number of seconds of track to play |
String |
getName()
Name of playlist stream |
int |
getStart()
Number of seconds into track to start from |
void |
setIndex(int index)
|
String |
toString()
|
| Methods inherited from class Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PlaylistItem(String name,
int start,
int length,
int index)
name - - name of the playlist streamstart - - number of seconds into the track to start from (-2 means live stream)length - - number of seconds of track to playindex - - index in the playlist| Method Detail |
|---|
public int getIndex()
public int getLength()
public String getName()
public int getStart()
public void setIndex(int index)
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||