Lizzy v1.1.1

christophedelory.playlist.asx
Class Entryref

java.lang.Object
  extended by christophedelory.playlist.asx.Child
      extended by christophedelory.playlist.asx.AsxElement
          extended by christophedelory.playlist.asx.URLElement
              extended by christophedelory.playlist.asx.Entryref

public class Entryref
extends URLElement

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.

Version:
$Revision: 92 $
Author:
Christophe Delory

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

Entryref

public Entryref()
Method Detail

getClientBindString

public String getClientBindString()
This attribute is no longer supported. As the Favorites list is not supported in Windows CE, this attribute is set to "NO" and any attempts to change it are ignored.

Returns:
the associated value. May be null.
See Also:
setClientBindString(java.lang.String), isClientBind()

setClientBindString

public void setClientBindString(String clientBind)
This attribute is no longer supported.

Parameters:
clientBind - the value. May be null.
See Also:
getClientBindString(), setClientBind(boolean)

isClientBind

public boolean isClientBind()
This attribute is no longer supported.

Returns:
the associated boolean.
See Also:
setClientBind(boolean), getClientBindString()

setClientBind

public void setClientBind(boolean clientBind)
This attribute is no longer supported.

Parameters:
clientBind - the associated boolean.
See Also:
isClientBind(), setClientBindString(java.lang.String)

© 2008-2009 Christophe Delory

Copyright © 2008-2009 Christophe Delory. All Rights Reserved.