Package | com.adobe.mediacore.timeline |
Class | public final class Reservation |
Inheritance | Reservation ![]() |
Property | Defined By | ||
---|---|---|---|
hold : Number [read-only]
Returns the hold position associated with this reservation. | Reservation | ||
range : TimeRange [read-only]
Returns the time range associated with this reservation. | Reservation |
Method | Defined By | ||
---|---|---|---|
Reservation(range:TimeRange)
Default constructor. | Reservation |
hold | property |
hold:Number
[read-only] Returns the hold position associated with this reservation. Usually is equal with the beginning of the time range associated with this reservation.
public function get hold():Number
range | property |
range:TimeRange
[read-only] Returns the time range associated with this reservation.
public function get range():TimeRange
Reservation | () | Constructor |
public function Reservation(range:TimeRange)
Default constructor.
Parametersrange:TimeRange — The time range for which this reservation has been made.
|