|
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.URLElement christophedelory.playlist.asx.Entryref
public class Entryref
Links to the ENTRY elements in an external Windows Media metafile that has an .asx, .wax, .wvx, or .wmx extension.
This element points the contents of an external ASX file.
The WMP control processes the ENTRY elements of the referenced ASX file as if they were included in the primary ASX file at the position of the ENTRYREF element.
However, it skips any ENTRY elements in the referenced ASX file that have the SKIPIFREF attribute set to YES.
Windows Media Player 7.0, 7.1, and Windows Media Player for Windows XP ignore any ENTRYREF elements in the referenced ASX file.
Thus, ASX files can only be nested one level deep when using these versions of the Player.
The WMP control also ignores the ASX element in the referenced file along with its attributes.
Windows Media Player 9 Series or later supports nesting metafiles up to five levels deep.
The URL specified in the HREF attribute becomes the base URL for any relative URLs in the external metafile.
This URL is used when an entry from the external metafile is playing and the user adds it to the library.
Constructor Summary | |
---|---|
Entryref()
|
Method Summary | |
---|---|
String |
getClientBindString()
This attribute is no longer supported. |
boolean |
isClientBind()
This attribute is no longer supported. |
void |
setClientBind(boolean clientBind)
This attribute is no longer supported. |
void |
setClientBindString(String clientBind)
This attribute is no longer supported. |
Methods inherited from class christophedelory.playlist.asx.URLElement |
---|
getHref, setHref |
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 Entryref()
Method Detail |
---|
public String getClientBindString()
null
.setClientBindString(java.lang.String)
,
isClientBind()
public void setClientBindString(String clientBind)
clientBind
- the value. May be null
.getClientBindString()
,
setClientBind(boolean)
public boolean isClientBind()
setClientBind(boolean)
,
getClientBindString()
public void setClientBind(boolean clientBind)
clientBind
- the associated boolean.isClientBind()
,
setClientBindString(java.lang.String)
|
© 2008-2009 Christophe Delory | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |