Lizzy v1.1.1

Uses of Class
christophedelory.playlist.asx.Duration

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

Subclasses of Duration in christophedelory.playlist.asx
 class PreviewDuration
          Specifies the length of time a clip is played in preview mode.
 

Methods in christophedelory.playlist.asx that return Duration
 Duration Reference.getDuration()
          Returns the length of time the WMP control will render a stream.
 Duration Entry.getDuration()
          Returns the length of time the WMP control will render a stream.
 Duration Reference.getStartTime()
          Returns the start time of this reference.
 Duration Entry.getStartTime()
          Returns the start time of this ENTRY.
 

Methods in christophedelory.playlist.asx with parameters of type Duration
 void Reference.setDuration(Duration duration)
          Initializes the length of time the stream will be rendered.
 void Entry.setDuration(Duration duration)
          Initializes the length of time the WMP control will render a stream.
 void Reference.setStartTime(Duration startTime)
          Initializes the start time of this reference.
 void Entry.setStartTime(Duration startTime)
          Initializes the start time of this ENTRY.
 


© 2008-2009 Christophe Delory

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