Uses of Class
com.azure.resourcemanager.mediaservices.models.PresentationTimeRange
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of PresentationTimeRange in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionAccountFilterInner.presentationTimeRange()
Get the presentationTimeRange property: The presentation time range.AssetFilterInner.presentationTimeRange()
Get the presentationTimeRange property: The presentation time range.MediaFilterProperties.presentationTimeRange()
Get the presentationTimeRange property: The presentation time range.Modifier and TypeMethodDescriptionAccountFilterInner.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Set the presentationTimeRange property: The presentation time range.AssetFilterInner.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Set the presentationTimeRange property: The presentation time range.MediaFilterProperties.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Set the presentationTimeRange property: The presentation time range. -
Uses of PresentationTimeRange in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionAccountFilter.presentationTimeRange()
Gets the presentationTimeRange property: The presentation time range.AssetFilter.presentationTimeRange()
Gets the presentationTimeRange property: The presentation time range.PresentationTimeRange.withEndTimestamp
(Long endTimestamp) Set the endTimestamp property: The absolute end time boundary.PresentationTimeRange.withForceEndTimestamp
(Boolean forceEndTimestamp) Set the forceEndTimestamp property: The indicator of forcing existing of end time stamp.PresentationTimeRange.withLiveBackoffDuration
(Long liveBackoffDuration) Set the liveBackoffDuration property: The relative to end right edge.PresentationTimeRange.withPresentationWindowDuration
(Long presentationWindowDuration) Set the presentationWindowDuration property: The relative to end sliding window.PresentationTimeRange.withStartTimestamp
(Long startTimestamp) Set the startTimestamp property: The absolute start time boundary.PresentationTimeRange.withTimescale
(Long timescale) Set the timescale property: The time scale of time stamps.Modifier and TypeMethodDescriptionAccountFilter.DefinitionStages.WithPresentationTimeRange.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Specifies the presentationTimeRange property: The presentation time range..AccountFilter.UpdateStages.WithPresentationTimeRange.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Specifies the presentationTimeRange property: The presentation time range..AssetFilter.DefinitionStages.WithPresentationTimeRange.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Specifies the presentationTimeRange property: The presentation time range..AssetFilter.UpdateStages.WithPresentationTimeRange.withPresentationTimeRange
(PresentationTimeRange presentationTimeRange) Specifies the presentationTimeRange property: The presentation time range..