(AIR only)
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
The DRMPlaybackWindow class represents the time period in which a
DRM voucher is valid.
The startDate
and endDate
properties are
null
until the user first views the content.
endDate:Date
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
The date on which the playback window ends.
The endDate
will be null
if the
playback window has not started.
Implementation public function get endDate():Date
period:uint
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
The time window length in milliseconds.
Implementation public function get period():uint
startDate:Date
[read-only]
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.5 |
The date on which the playback window started.
The startDate
will be null
if the
playback window has not started.
Implementation public function get startDate():Date
© 2009 Adobe Systems Incorporated. All rights reserved.
Sat Oct 3 2009, 04:15 AM -07:00