PresentationTimeRange Class

The presentation time range, this is asset related and not recommended for Account Filter.

Inheritance
PresentationTimeRange

Constructor

PresentationTimeRange(*, start_timestamp: Optional[int] = None, end_timestamp: Optional[int] = None, presentation_window_duration: Optional[int] = None, live_backoff_duration: Optional[int] = None, timescale: Optional[int] = None, force_end_timestamp: Optional[bool] = None, **kwargs)

Variables

start_timestamp
<xref:long>

The absolute start time boundary.

end_timestamp
<xref:long>

The absolute end time boundary.

presentation_window_duration
<xref:long>

The relative to end sliding window.

live_backoff_duration
<xref:long>

The relative to end right edge.

timescale
<xref:long>

The time scale of time stamps.

force_end_timestamp
bool

The indicator of forcing existing of end time stamp.