christophedelory.playlist.asx
Class PreviewDuration
java.lang.Object
christophedelory.playlist.asx.Child
christophedelory.playlist.asx.Duration
christophedelory.playlist.asx.PreviewDuration
public class PreviewDuration
- extends Duration
Specifies the length of time a clip is played in preview mode.
If this element appears within an ENTRY element or a REF element, it applies to the clip defined by that element.
If it appears within the scope of an ASX element, it applies to every clip in the metafile.
A PREVIEWDURATION element in a REF element takes precedence over one in an ENTRY element,
and either takes precedence over a PREVIEWDURATION element in an ASX element.
If no PREVIEWDURATION element is defined for a clip, the default preview time is 10 seconds.
If there is a STARTTIME or STARTMARKER element for the clip, Windows Media Player renders the clip starting at the point defined by one of these elements;
otherwise it renders from the beginning of the clip.
The clip stops normally if it is shorter than the time defined by the PREVIEWDURATION element.
The DURATION element overrides a PREVIEWDURATION element.
Windows Media Player version 7.0 or later.
Not supported on Windows CE.
- Version:
- $Revision: 55 $
- Author:
- Christophe Delory
Constructor Summary |
PreviewDuration()
Builds a new and empty preview duration description. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreviewDuration
public PreviewDuration()
- Builds a new and empty preview duration description.
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.