Package | flash.net.drm |
Class | public class DRMPlaybackTimeWindow |
Inheritance | DRMPlaybackTimeWindow ![]() |
The startDate
and endDate
properties are
null
until the user first views the content.
See also
Property | Defined By | ||
---|---|---|---|
![]() | constructor : Object
A reference to the class object or constructor function for a given object instance. | Object | |
![]() [read-only]
The date on which the playback window ends. | DRMPlaybackTimeWindow | ||
![]() [read-only]
The time window length in milliseconds. | DRMPlaybackTimeWindow | ||
![]() | prototype : Object [static]
A reference to the prototype object of a class or function object. | Object | |
![]() [read-only]
The date on which the playback window started. | DRMPlaybackTimeWindow |
![]() | property |
endDate:Date
[read-only] The date on which the playback window ends.
The endDate
will be null
if the
playback window has not started.
public function get endDate():Date
![]() | property |
period:uint
[read-only] The time window length in milliseconds.
public function get period():uint
![]() | property |
startDate:Date
[read-only] The date on which the playback window started.
The startDate
will be null
if the
playback window has not started.
public function get startDate():Date