Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventInputProtocol
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventInputProtocol in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final LiveEventInputProtocol
LiveEventInputProtocol.FRAGMENTED_MP4
Static value FragmentedMP4 for LiveEventInputProtocol.static final LiveEventInputProtocol
LiveEventInputProtocol.RTMP
Static value RTMP for LiveEventInputProtocol.Modifier and TypeMethodDescriptionstatic LiveEventInputProtocol
LiveEventInputProtocol.fromString
(String name) Creates or finds a LiveEventInputProtocol from its string representation.LiveEventInput.streamingProtocol()
Get the streamingProtocol property: The input protocol for the live event.Modifier and TypeMethodDescriptionstatic Collection<LiveEventInputProtocol>
LiveEventInputProtocol.values()
Gets known LiveEventInputProtocol values.Modifier and TypeMethodDescriptionLiveEventInput.withStreamingProtocol
(LiveEventInputProtocol streamingProtocol) Set the streamingProtocol property: The input protocol for the live event.