Packageorg.openvideoplayer.rss
Classpublic class ContentTO
InheritanceContentTO Inheritance Object

The ContentTO class is a transfer object defining the data representation of a content 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
  bitrate : Number
ContentTO
  channels : String
ContentTO
  duration : String
ContentTO
  expression : String
ContentTO
  fileSize : Number
ContentTO
  framerate : Number
ContentTO
  height : Number
ContentTO
  isDefault : String
ContentTO
  lang : String
ContentTO
  medium : String
ContentTO
  samplingrate : Number
ContentTO
  type : String
ContentTO
  url : String
ContentTO
  width : Number
ContentTO
Property Detail
bitrateproperty
public var bitrate:Number

channelsproperty 
public var channels:String

durationproperty 
public var duration:String

expressionproperty 
public var expression:String

fileSizeproperty 
public var fileSize:Number

framerateproperty 
public var framerate:Number

heightproperty 
public var height:Number

isDefaultproperty 
public var isDefault:String

langproperty 
public var lang:String

mediumproperty 
public var medium:String

samplingrateproperty 
public var samplingrate:Number

typeproperty 
public var type:String

urlproperty 
public var url:String

widthproperty 
public var width:Number