Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventIngestInterruption
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventIngestInterruption in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEventIngestInterruption.withBegin
(OffsetDateTime begin) Set the begin property: UTC time of interruption start, encoder disconnected.LiveEventIngestInterruption.withDuration
(Duration duration) Set the duration property: Duration of interruption in ISO 8601 time.LiveEventIngestInterruption.withEnd
(OffsetDateTime end) Set the end property: UTC time of interruption end, encoder re-connected.LiveEventIngestInterruption.withReason
(String reason) Set the reason property: Interruption reason.Modifier and TypeMethodDescriptionLiveEventIngestion.ingestInterruptions()
Get the ingestInterruptions property: IngestInterruption entry list.Modifier and TypeMethodDescriptionLiveEventIngestion.withIngestInterruptions
(List<LiveEventIngestInterruption> ingestInterruptions) Set the ingestInterruptions property: IngestInterruption entry list.