Packagecom.brightcove.api.dtos
Classpublic class AudioTrackDTO
InheritanceAudioTrackDTO Inheritance MediaDTO Inheritance Object

Represents a video in the player. See the class that is extended, MediaDTO, for more properties that can be accessed.



Public Properties
 PropertyDefined By
 InheritedadKeys : 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
 InheritedallowViralSyndication : 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
 InheritedcustomFields : Object
Publisher-defined fields for media.
MediaDTO
 InheriteddisplayName : String
Name of media item in the player.
MediaDTO
 Inheritedeconomics : Number
Flag indicating if ads are permitted for this media item.
MediaDTO
 InheritedendDate : BrightcoveDateDTO
The date media item is set to expire.
MediaDTO
 InheritedforceAds : Boolean
Whether ads will always be requested for the media item, despite ad policy.
MediaDTO
 Inheritedid : Number
Unique Brightcove ID for the media item.
MediaDTO
 Inheritedlength : Number
The duration on the media item.
MediaDTO
 InheritedlineupId : Number
The ID of the media collection in the player containing the media, if any.
MediaDTO
 InheritedlinkText : String
The text for a related link for the media item.
MediaDTO
 InheritedlinkURL : String
The URL for a related link for the media item.
MediaDTO
 InheritedlongDescription : String
Longer text description of the media item.
MediaDTO
 InheritedpublisherId : Number
The ID of the publisher to which the media item belongs.
MediaDTO
 InheritedreferenceId : String
Publisher-defined ID for the media item.
MediaDTO
  releaseYear : int
Year the audio track in the player was released.
AudioTrackDTO
 InheritedsharedBy : Number
The publisher ID of the publisher who shared this media.
MediaDTO
 InheritedshortDescription : String
Short text description of the media item.
MediaDTO
 InheritedstartDate : BrightcoveDateDTO
The date the media item was set to go live.
MediaDTO
 Inheritedtags : Array
Publisher-defined lists of key/value tags for the media item, returned as array of strings.
MediaDTO
 InheritedthumbnailURL : String
URL of the thumbnail image for the media item.
MediaDTO
Public Methods
 MethodDefined By
  
AudioTrackDTO(audioTrack:Object)
Constructor.
AudioTrackDTO
Property Detail
albumTitleproperty
public var albumTitle:String

Title of the album for the audio track in the player.

artistNameproperty 
public var artistName:String

Name of the artist for the audio track in the player.

audioTrackURLproperty 
public var audioTrackURL:String

URL of the audio track asset.

releaseYearproperty 
public var releaseYear:int

Year the audio track in the player was released.

Constructor Detail
AudioTrackDTO()Constructor
public function AudioTrackDTO(audioTrack:Object)

Constructor.

Parameters
audioTrack:Object — Audio Track DTO from the player to wrap with this class.