|
Lizzy v1.1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object christophedelory.playlist.asx.Child christophedelory.playlist.asx.Marker
public class Marker
The marker at which Windows Media Player starts or ends rendering the stream.
This element should have a value for either the NUMBER or NAME attribute, but not both.
Windows Media Player version 7.0 or later.
Constructor Summary | |
---|---|
Marker()
|
Method Summary | |
---|---|
String |
getName()
Returns the name of a named marker in the index. |
Integer |
getNumber()
Returns the number of a numeric marker in the index. |
void |
setName(String name)
Initializes the name of a named marker in the index. |
void |
setNumber(Integer number)
Initializes the number of a numeric marker in the index. |
Methods inherited from class christophedelory.playlist.asx.Child |
---|
getParent, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Marker()
Method Detail |
---|
public String getName()
null
.setName(java.lang.String)
public void setName(String name)
name
- the name to a named marker in the index. May be null
.
IllegalStateException
- if a number has already been specified.getName()
public Integer getNumber()
null
.setNumber(java.lang.Integer)
public void setNumber(Integer number)
number
- the number of a numeric marker in the index. May be null
.
IllegalStateException
- if a name has already been specified.getNumber()
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |