Package | com.brightcove.api.dtos |
Class | public class AudioTrackDTO |
Inheritance | AudioTrackDTO ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
![]() | adKeys : String
Key/value pairs appended to any ad requests during media's playback. | MediaDTO | |
albumTitle : String
Title of the album for the audio track in the player. | AudioTrackDTO | ||
![]() | allowViralSyndication : Boolean
Whether the media is allowed to be virally distributed to other sites. | MediaDTO | |
artistName : String
Name of the artist for the audio track in the player. | AudioTrackDTO | ||
audioTrackURL : String
URL of the audio track asset. | AudioTrackDTO | ||
![]() | 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 | |
![]() | endDate : BrightcoveDateDTO
The date media item is set to expire. | MediaDTO | |
![]() | 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 | |
![]() | publisherId : Number
The ID of the publisher to which the media item belongs. | MediaDTO | |
![]() | referenceId : String
Publisher-defined ID for the media item. | MediaDTO | |
releaseYear : int
Year the audio track in the player was released. | AudioTrackDTO | ||
![]() | 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 |
Method | Defined By | ||
---|---|---|---|
AudioTrackDTO(audioTrack:Object)
Constructor. | AudioTrackDTO |
albumTitle | property |
public var albumTitle:String
Title of the album for the audio track in the player.
artistName | property |
public var artistName:String
Name of the artist for the audio track in the player.
audioTrackURL | property |
public var audioTrackURL:String
URL of the audio track asset.
releaseYear | property |
public var releaseYear:int
Year the audio track in the player was released.
AudioTrackDTO | () | Constructor |
public function AudioTrackDTO(audioTrack:Object)
Constructor.
ParametersaudioTrack:Object — Audio Track DTO from the player to wrap with this class.
|