Packagecom.brightcove.api.dtos
Classpublic class RenditionAssetDTO
InheritanceRenditionAssetDTO Inheritance Object



Public Properties
 PropertyDefined By
  defaultURL : String
The URL to the asset.
RenditionAssetDTO
  encodingRate : Number
The rate at which the media was encoded, in average bits per second.
RenditionAssetDTO
  frameHeight : Number
The height, in pixels, of the media.
RenditionAssetDTO
  frameWidth : Number
The width, in pixels, of the media.
RenditionAssetDTO
  size : Number
The size, in bytes of the asset.
RenditionAssetDTO
Public Methods
 MethodDefined By
  
RenditionAssetDTO(rendition:Object)
Constructor.
RenditionAssetDTO
Property Detail
defaultURLproperty
public var defaultURL:String

The URL to the asset.

encodingRateproperty 
public var encodingRate:Number

The rate at which the media was encoded, in average bits per second.

frameHeightproperty 
public var frameHeight:Number

The height, in pixels, of the media.

frameWidthproperty 
public var frameWidth:Number

The width, in pixels, of the media.

sizeproperty 
public var size:Number

The size, in bytes of the asset.

Constructor Detail
RenditionAssetDTO()Constructor
public function RenditionAssetDTO(rendition:Object)

Constructor.

Parameters
rendition:Object — Rendition DTO from the player to wrap with this class.