Lizzy v1.1.1

Uses of Class
christophedelory.playlist.asx.Marker

Packages that use Marker
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 Marker in christophedelory.playlist.asx
 

Methods in christophedelory.playlist.asx that return Marker
 Marker Reference.getEndMarker()
          Returns the marker at which Windows Media Player ends rendering the stream.
 Marker Entry.getEndMarker()
          Returns the marker at which Windows Media Player ends rendering the stream.
 Marker Reference.getStartMarker()
          Returns the marker at which Windows Media Player starts rendering the stream.
 Marker Entry.getStartMarker()
          Returns the marker at which Windows Media Player starts rendering the stream.
 

Methods in christophedelory.playlist.asx with parameters of type Marker
 void Reference.setEndMarker(Marker endMarker)
          Initializes the marker at which Windows Media Player ends rendering the stream.
 void Entry.setEndMarker(Marker endMarker)
          Initializes the marker at which Windows Media Player ends rendering the stream.
 void Reference.setStartMarker(Marker startMarker)
          Initializes the marker at which Windows Media Player starts rendering the stream.
 void Entry.setStartMarker(Marker startMarker)
          Initializes the marker at which Windows Media Player starts rendering the stream.
 


© 2008-2009 Christophe Delory

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