Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventInput
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventInput in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.input()
Get the input property: Live event input settings.LiveEventProperties.input()
Get the input property: Live event input settings.Modifier and TypeMethodDescriptionLiveEventInner.withInput
(LiveEventInput input) Set the input property: Live event input settings.LiveEventProperties.withInput
(LiveEventInput input) Set the input property: Live event input settings. -
Uses of LiveEventInput in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEvent.input()
Gets the input property: Live event input settings.LiveEventInput.withAccessControl
(LiveEventInputAccessControl accessControl) Set the accessControl property: Access control for live event input.LiveEventInput.withAccessToken
(String accessToken) Set the accessToken property: A UUID in string form to uniquely identify the stream.LiveEventInput.withEndpoints
(List<LiveEventEndpoint> endpoints) Set the endpoints property: The input endpoints for the live event.LiveEventInput.withKeyFrameIntervalDuration
(String keyFrameIntervalDuration) Set the keyFrameIntervalDuration property: ISO 8601 time duration of the key frame interval duration of the input.LiveEventInput.withStreamingProtocol
(LiveEventInputProtocol streamingProtocol) Set the streamingProtocol property: The input protocol for the live event.LiveEventInput.withTimedMetadataEndpoints
(List<LiveEventTimedMetadataEndpoint> timedMetadataEndpoints) Set the timedMetadataEndpoints property: The metadata endpoints for the live event.Modifier and TypeMethodDescriptionLiveEvent.DefinitionStages.WithInput.withInput
(LiveEventInput input) Specifies the input property: Live event input settings.LiveEvent.UpdateStages.WithInput.withInput
(LiveEventInput input) Specifies the input property: Live event input settings.