Package | com.myflashlab.air.extensions.adobeMobile |
Class | public class MediaSettings |
Inheritance | MediaSettings Object |
Property | Defined By | ||
---|---|---|---|
cpm : String [write-only] | MediaSettings | ||
lng : Number [write-only]
length of media (in seconds). | MediaSettings | ||
milestones : String [write-only]
A comma-delimited list of intervals (as a percentage) for sending tracking data. | MediaSettings | ||
name : String [write-only]
name of media item. | MediaSettings | ||
offsetMilestones : String [write-only]
A comma-delimited list of intervals (in seconds) for sending tracking data. | MediaSettings | ||
parentName : String [write-only]
name of the ads parent video. | MediaSettings | ||
parentPod : String [write-only]
of the media item that the media ad is playing in. | MediaSettings | ||
parentPodPosition : Number [write-only]
position of parent pod (in seconds). | MediaSettings | ||
playerID : String [write-only]
ID of media player. | MediaSettings | ||
playerName : String [write-only]
name of media player. | MediaSettings | ||
segmentByMilestones : Boolean [write-only]
Indicates if segment info should be automatically generated for milestones generated or not, the default is false. | MediaSettings | ||
segmentByOffsetMilestones : Boolean [write-only]
Indicates if segment info should be automatically generated for offset milestones or not, the default is false. | MediaSettings | ||
trackSeconds : int [write-only]
The interval at which tracking data should be sent, the default is 0. | MediaSettings |
Method | Defined By | ||
---|---|---|---|
MediaSettings($isMediaAd:Boolean)
initialize an instance of this class while indicating if this is targeted for an ad media or not. | MediaSettings |
cpm | property |
cpm:String
[write-only] public function set cpm(value:String):void
lng | property |
lng:Number
[write-only] length of media (in seconds).
public function set lng(value:Number):void
milestones | property |
milestones:String
[write-only] A comma-delimited list of intervals (as a percentage) for sending tracking data.
public function set milestones(value:String):void
name | property |
name:String
[write-only] name of media item.
public function set name(value:String):void
offsetMilestones | property |
offsetMilestones:String
[write-only] A comma-delimited list of intervals (in seconds) for sending tracking data.
public function set offsetMilestones(value:String):void
parentName | property |
parentName:String
[write-only] name of the ads parent video.
public function set parentName(value:String):void
parentPod | property |
parentPod:String
[write-only] of the media item that the media ad is playing in.
public function set parentPod(value:String):void
parentPodPosition | property |
parentPodPosition:Number
[write-only] position of parent pod (in seconds).
public function set parentPodPosition(value:Number):void
playerID | property |
playerID:String
[write-only] ID of media player.
public function set playerID(value:String):void
playerName | property |
playerName:String
[write-only] name of media player.
public function set playerName(value:String):void
segmentByMilestones | property |
segmentByMilestones:Boolean
[write-only] Indicates if segment info should be automatically generated for milestones generated or not, the default is false.
public function set segmentByMilestones(value:Boolean):void
segmentByOffsetMilestones | property |
segmentByOffsetMilestones:Boolean
[write-only] Indicates if segment info should be automatically generated for offset milestones or not, the default is false.
public function set segmentByOffsetMilestones(value:Boolean):void
trackSeconds | property |
trackSeconds:int
[write-only] The interval at which tracking data should be sent, the default is 0.
public function set trackSeconds(value:int):void
MediaSettings | () | Constructor |
public function MediaSettings($isMediaAd:Boolean)
initialize an instance of this class while indicating if this is targeted for an ad media or not.
Parameters$isMediaAd:Boolean |