endTimestamp property
The end of the timestamp range for the requested media. This value must be
within 3 hours of the specified StartTimestamp
, and it must be
later than the StartTimestamp
value.
If FragmentSelectorType
for the request is
SERVER_TIMESTAMP
, this value must be in the past.
The EndTimestamp
value is required for ON_DEMAND
mode, but optional for LIVE_REPLAY
mode. If the
EndTimestamp
is not set for LIVE_REPLAY
mode then
the session will continue to include newly ingested fragments until the
session expires.
Implementation
final DateTime? endTimestamp;