|
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.AsxElement christophedelory.playlist.asx.Repeat
public class Repeat
Defines the number of times Windows Media Player repeats, or loops through, the clips defined by one or more ENTRY or ENTRYREF elements.
Only the first REPEAT element in an ASX file is valid; subsequent REPEAT elements are ignored.
Windows Media Player version 7.0 or later.
Constructor Summary | |
---|---|
Repeat()
|
Method Summary | |
---|---|
void |
addAsxElement(AsxElement asxElement)
Adds an ASX element to this container. |
List<AsxElement> |
getAsxElements()
Returns the list of ASX elements defined in this container. |
Integer |
getCount()
Returns the number of times Windows Media Player repeats the ENTRY and ENTRYREF elements within this element's scope. |
void |
setCount(Integer count)
Initializes the number of times Windows Media Player repeats the ENTRY and ENTRYREF elements within this element's scope. |
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 Repeat()
Method Detail |
---|
public Integer getCount()
null
.setCount(java.lang.Integer)
public void setCount(Integer count)
count
- an integer. May be null
.getCount()
public void addAsxElement(AsxElement asxElement)
AsxElementContainer
addAsxElement
in interface AsxElementContainer
asxElement
- an ASX element. Shall not be null
AsxElementContainer.getAsxElements()
public List<AsxElement> getAsxElements()
AsxElementContainer
getAsxElements
in interface AsxElementContainer
null
.AsxElementContainer.addAsxElement(christophedelory.playlist.asx.AsxElement)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |