Lizzy v1.1.1

Uses of Class
christophedelory.playlist.smil.Core

Packages that use Core
christophedelory.playlist.smil SMIL, the Synchronized Multimedia Integration Language, is a W3C recommended XML markup language for describing multimedia presentations. 
 

Uses of Core in christophedelory.playlist.smil
 

Subclasses of Core in christophedelory.playlist.smil
 class AbstractSmilElement
          The media object elements.
 class AbstractTimingElement
          The base class of time containers.
 class Animation
          The animated vector graphics or other animated format.
 class Audio
          A media object element which allows including audio clip into a SMIL presentation.
 class Body
          Contains information that is related to the temporal and linking behavior of the document.
 class Brush
          Represents a lightweight media object element which allows an author to paint a solid color or other pattern in place of a media object.
 class ExclusiveTimingElement
          Defines a time container with semantics based upon par, but with the additional constraint that only one child element may play at any given time.
 class Head
          Represents the element which contains information that is not related to the temporal behavior of the presentation.
 class Image
          Represents an image media object, such as GIF, PNG, JPEG or RealPix.
 class Layout
          Defines a collection of rendering regions that determine how the elements in the document's body are positioned on an abstract rendering surface.
 class Meta
          Each meta element specifies a single property/value pair in the name and content attributes, respectively.
 class ParallelTimingElement
          A time container, short for "parallel", defines a simple time grouping in which multiple elements can play back at the same time.
 class Param
          The element which allows a general parameter value to be sent to a media object renderer as a name/value pair.
 class ParamGroup
          This element provides a convenience mechanism for defining a group of media parameters that may be used with several different media objects.
 class Position
          Defines the parameters position such as bottom, left, right and top.
 class Reference
          Represents a generic media reference which allows to define the media objects elements.
 class Region
          Controls the position, size and scaling of media object elements that are placed within it rendering space.
 class RegistrationPoint
          Determines the (x, y) coordinates of a point relative to a region upper-left corner for use in aligning elements in the document's body on regions within a visual rendering surface.
 class RootLayout
          The root layout determines the value of the layout properties of the root element, which in turn determines the size of the window in which the SMIL presentation is rendered.
 class SequentialTimingElement
          A time container that defines a sequence of elements in which elements play one after the other.
 class Smil
          Acts as the root element for all SMIL Host Language conformant language profiles.
 class Text
          Represents the text reference media object.
 class TextStream
          Represents the media object which can define a text document that includes timing information for the purpose of time-dependent rendering of portions of the text document.
 class TopLayout
          Determines the size of the window in which the SMIL presentation is rendered, as well as serving as a top level window in which to place child region elements.
 class Video
          Represents the media object which can define a video clip.
 


© 2008-2009 Christophe Delory

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