| Language version: | ActionScript 3.0 |
The DRMPlaybackTimeWindow class represents the period of time during which a
DRM voucher is valid.
The startDate and endDate properties are
null until the first time that the user views the content.
endDate:Date [read-only]
| Language version: | ActionScript 3.0 |
The end date for the period of time during which a DRM voucher is valid
(the playback window).
The endDate is null if the
playback window has not started.
Implementation
public function get endDate():Date
period:uint [read-only]
| Language version: | ActionScript 3.0 |
The period of time during which a DRM voucher is valid
(the playback window), in seconds.
Implementation
public function get period():uint
startDate:Date [read-only]
| Language version: | ActionScript 3.0 |
The start date for the period of time during which a DRM voucher is valid
(the playback window).
The startDate is null if the
playback window has not started.
Implementation
public function get startDate():Date
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00