Packageorg.openvideoplayer.rss
Classpublic class EnclosureTO
InheritanceEnclosureTO Inheritance Object

The EnclosureTO class is a transfer object defining the data representation of an enclosure node in a media RSS feed.

This class is used by the XxxMediaRSS class and is not invoked directly by end users.

The properties in this class are defined by the Media RSS specification which can be viewed at http://search.yahoo.com/mrss.



Public Properties
 PropertyDefined By
  length : Number
EnclosureTO
  type : String
EnclosureTO
  url : String
EnclosureTO
Property Detail
lengthproperty
public var length:Number

typeproperty 
public var type:String

urlproperty 
public var url:String