Package | com.brightcove.api.dtos |
Class | public class RenditionAssetDTO |
Inheritance | RenditionAssetDTO ![]() |
Property | Defined 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 |
Method | Defined By | ||
---|---|---|---|
RenditionAssetDTO(rendition:Object)
Constructor. | RenditionAssetDTO |
defaultURL | property |
public var defaultURL:String
The URL to the asset.
encodingRate | property |
public var encodingRate:Number
The rate at which the media was encoded, in average bits per second.
frameHeight | property |
public var frameHeight:Number
The height, in pixels, of the media.
frameWidth | property |
public var frameWidth:Number
The width, in pixels, of the media.
size | property |
public var size:Number
The size, in bytes of the asset.
RenditionAssetDTO | () | Constructor |
public function RenditionAssetDTO(rendition:Object)
Constructor.
Parametersrendition:Object — Rendition DTO from the player to wrap with this class.
|