Lizzy v1.1.1

Uses of Class
christophedelory.playlist.asx.AsxElement

Packages that use AsxElement
christophedelory.playlist.asx The Advanced Stream Redirector (ASX) format is a type of XML metafile designed to store a list of Windows Media files to play during a multimedia presentation. 
 

Uses of AsxElement in christophedelory.playlist.asx
 

Subclasses of AsxElement in christophedelory.playlist.asx
 class Asx
          A Windows Media metafile.
 class AsxOrEntryElement
          The super class of the media elements ASX and ENTRY.
 class Banner
          Specifies an URL for a graphic that appears in the display panel of Windows Media Player, beneath the video content.
 class Base
          Defines an URL string appended to the front of URLs sent to the Windows Media Player control.
 class Entry
          Defines a media clip.
 class Entryref
          Links to the ENTRY elements in an external Windows Media metafile that has an .asx, .wax, .wvx, or .wmx extension.
 class Event
          Defines a behavior or action taken by Windows Media Player when it receives a script command labeled as an event.
 class LogURL
          Instructs Windows Media Player to submit any log data to the specified URL.
 class MoreInfo
          Specifies an URL for a Web site, e-mail address, or script command associated with a show, clip, or banner.
 class Reference
          Specifies an URL for a piece of digital media content.
 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.
 class Skin
          Specifies a URL to an embedded skin.
 class URLElement
          An URL (HREF) container.
 

Methods in christophedelory.playlist.asx that return AsxElement
 AsxElement Child.getParent()
          Returns the parent of this ASX element, if any.
 

Methods in christophedelory.playlist.asx that return types with arguments of type AsxElement
 List<AsxElement> Repeat.getAsxElements()
           
 List<AsxElement> Event.getAsxElements()
           
 List<AsxElement> AsxElementContainer.getAsxElements()
          Returns the list of ASX elements defined in this container.
 List<AsxElement> Asx.getAsxElements()
           
 

Methods in christophedelory.playlist.asx with parameters of type AsxElement
 void Repeat.addAsxElement(AsxElement asxElement)
           
 void Event.addAsxElement(AsxElement asxElement)
           
 void AsxElementContainer.addAsxElement(AsxElement asxElement)
          Adds an ASX element to this container.
 void Asx.addAsxElement(AsxElement asxElement)
           
(package private)  void Child.setParent(AsxElement parent)
          Initializes the parent of this ASX element.
 


© 2008-2009 Christophe Delory

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