Packagecom.adobe.mediacore.timeline
Interfacepublic interface TimelineHold
Implementors VideoEngineTimelineHold

The TimelineHold describes a hold as a point above which the media player should not attempt to download data.



Public Properties
 PropertyDefined By
  released : Boolean
[read-only]
TimelineHold
  time : Number
[read-only]
TimelineHold
Public Methods
 MethodDefined By
  
addRef():void
TimelineHold
  
release():void
TimelineHold
Property Detail
releasedproperty
released:Boolean  [read-only]


Implementation
    public function get released():Boolean
timeproperty 
time:Number  [read-only]


Implementation
    public function get time():Number
Method Detail
addRef()method
public function addRef():void

release()method 
public function release():void