Package | com.brightcove.api.dtos |
Class | public class VideoDTO |
Inheritance | VideoDTO ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | adKeys : String
Key/value pairs appended to any ad requests during media's playback. | MediaDTO | |
![]() | allowViralSyndication : Boolean
Whether the media is allowed to be virally distributed to other sites. | MediaDTO | |
captions : Array
The array of captions available for the video (if any)
| VideoDTO | ||
![]() | customFields : Object
Publisher-defined fields for media. | MediaDTO | |
![]() | displayName : String
Name of media item in the player. | MediaDTO | |
![]() | economics : Number
Flag indicating if ads are permitted for this media item. | MediaDTO | |
encodingRate : Number
The rate at which the media was encoded, in average bits per second. | VideoDTO | ||
![]() | endDate : BrightcoveDateDTO
The date media item is set to expire. | MediaDTO | |
FLVFullCodec : Number
The codec for the video. | VideoDTO | ||
FLVFullLengthStreamed : Boolean
Whether the video is a streaming video. | VideoDTO | ||
FLVFullLengthURL : String
The URL of the video asset. | VideoDTO | ||
FLVFullSize : Number
The size, in bytes, of the video. | VideoDTO | ||
![]() | forceAds : Boolean
Whether ads will always be requested for the media item, despite ad policy. | MediaDTO | |
![]() | id : Number
Unique Brightcove ID for the media item. | MediaDTO | |
![]() | length : Number
The duration on the media item. | MediaDTO | |
![]() | lineupId : Number
The ID of the media collection in the player containing the media, if any. | MediaDTO | |
![]() | linkText : String
The text for a related link for the media item. | MediaDTO | |
![]() | linkURL : String
The URL for a related link for the media item. | MediaDTO | |
![]() | longDescription : String
Longer text description of the media item. | MediaDTO | |
publishedDate : Date
The date the video was last made active. | VideoDTO | ||
![]() | publisherId : Number
The ID of the publisher to which the media item belongs. | MediaDTO | |
![]() | referenceId : String
Publisher-defined ID for the media item. | MediaDTO | |
renditions : Array
The array of renditions available for the video. | VideoDTO | ||
![]() | sharedBy : Number
The publisher ID of the publisher who shared this media. | MediaDTO | |
![]() | shortDescription : String
Short text description of the media item. | MediaDTO | |
![]() | startDate : BrightcoveDateDTO
The date the media item was set to go live. | MediaDTO | |
![]() | tags : Array
Publisher-defined lists of key/value tags for the media item, returned as array of strings. | MediaDTO | |
![]() | thumbnailURL : String
URL of the thumbnail image for the media item. | MediaDTO | |
videoStillURL : String
URL of the video still image for the video. | VideoDTO |
Method | Defined By | ||
---|---|---|---|
VideoDTO(video:Object)
Constructor. | VideoDTO |
captions | property |
public var captions:Array
The array of captions available for the video (if any)
encodingRate | property |
public var encodingRate:Number
The rate at which the media was encoded, in average bits per second.
FLVFullCodec | property |
public var FLVFullCodec:Number
The codec for the video. 0=Sorenson, 1=On2, 2=H264.
FLVFullLengthStreamed | property |
public var FLVFullLengthStreamed:Boolean
Whether the video is a streaming video.
FLVFullLengthURL | property |
public var FLVFullLengthURL:String
The URL of the video asset.
FLVFullSize | property |
public var FLVFullSize:Number
The size, in bytes, of the video.
publishedDate | property |
public var publishedDate:Date
The date the video was last made active.
renditions | property |
public var renditions:Array
The array of renditions available for the video.
videoStillURL | property |
public var videoStillURL:String
URL of the video still image for the video.
VideoDTO | () | Constructor |
public function VideoDTO(video:Object)
Constructor.
Parametersvideo:Object — Video DTO from the player to wrap with this class.
|