PresentationTimeRange Class

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

Inheritance
azure.mgmt.media._serialization.Model
PresentationTimeRange

Constructor

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

Keyword-Only Parameters

Name Description
start_timestamp
int

The absolute start time boundary.

end_timestamp
int

The absolute end time boundary.

presentation_window_duration
int

The relative to end sliding window.

live_backoff_duration
int

The relative to end right edge.

timescale
int

The time scale of time stamps.

force_end_timestamp

The indicator of forcing existing of end time stamp.

Variables

Name Description
start_timestamp
int

The absolute start time boundary.

end_timestamp
int

The absolute end time boundary.

presentation_window_duration
int

The relative to end sliding window.

live_backoff_duration
int

The relative to end right edge.

timescale
int

The time scale of time stamps.

force_end_timestamp

The indicator of forcing existing of end time stamp.