Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.LiveOutputInner
Package
Description
Package containing the service clients for AzureMediaServices.
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveOutputInner in com.azure.resourcemanager.mediaservices.fluent
Modifier and TypeMethodDescriptionLiveOutputsClient.create
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters) Create Live OutputLiveOutputsClient.create
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters, com.azure.core.util.Context context) Create Live OutputLiveOutputsClient.get
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName) Get Live OutputLiveOutputsClient.operationLocation
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId) Get operation status.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters) Create Live Outputcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters) Create Live Outputcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters, com.azure.core.util.Context context) Create Live Outputcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters, com.azure.core.util.Context context) Create Live Outputcom.azure.core.http.rest.Response<LiveOutputInner>
LiveOutputsClient.getWithResponse
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, com.azure.core.util.Context context) Get Live Outputcom.azure.core.http.rest.PagedIterable<LiveOutputInner>
List Live Outputscom.azure.core.http.rest.PagedIterable<LiveOutputInner>
LiveOutputsClient.list
(String resourceGroupName, String accountName, String liveEventName, com.azure.core.util.Context context) List Live Outputscom.azure.core.http.rest.Response<LiveOutputInner>
LiveOutputsClient.operationLocationWithResponse
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, String operationId, com.azure.core.util.Context context) Get operation status.Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters) Create Live Outputcom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<LiveOutputInner>,
LiveOutputInner> LiveOutputsClient.beginCreate
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters, com.azure.core.util.Context context) Create Live OutputLiveOutputsClient.create
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters) Create Live OutputLiveOutputsClient.create
(String resourceGroupName, String accountName, String liveEventName, String liveOutputName, LiveOutputInner parameters, com.azure.core.util.Context context) Create Live Output -
Uses of LiveOutputInner in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveOutputInner.withArchiveWindowLength
(Duration archiveWindowLength) Set the archiveWindowLength property: ISO 8601 time between 1 minute to 25 hours to indicate the maximum content length that can be archived in the asset for this live output.LiveOutputInner.withAssetName
(String assetName) Set the assetName property: The asset that the live output will write to.LiveOutputInner.withDescription
(String description) Set the description property: The description of the live output.Set the hls property: HTTP Live Streaming (HLS) packing setting for the live output.LiveOutputInner.withManifestName
(String manifestName) Set the manifestName property: The manifest file name.LiveOutputInner.withOutputSnapTime
(Long outputSnapTime) Set the outputSnapTime property: The initial timestamp that the live output will start at, any content before this value will not be archived.LiveOutputInner.withRewindWindowLength
(Duration rewindWindowLength) Set the rewindWindowLength property: ISO 8601 time between 1 minute to the duration of archiveWindowLength to control seek-able window length during Live. -
Uses of LiveOutputInner in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveOutput.innerModel()
Gets the inner com.azure.resourcemanager.mediaservices.fluent.models.LiveOutputInner object.Modifier and TypeMethodDescriptionLiveOutputListResult.value()
Get the value property: The result of the List LiveOutput operation.Modifier and TypeMethodDescriptionLiveOutputListResult.withValue
(List<LiveOutputInner> value) Set the value property: The result of the List LiveOutput operation.