Uses of Class
com.azure.resourcemanager.mediaservices.models.StreamOptionsFlag
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of StreamOptionsFlag in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.streamOptions()
Get the streamOptions property: The options to use for the LiveEvent.LiveEventProperties.streamOptions()
Get the streamOptions property: The options to use for the LiveEvent.Modifier and TypeMethodDescriptionLiveEventInner.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Set the streamOptions property: The options to use for the LiveEvent.LiveEventProperties.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Set the streamOptions property: The options to use for the LiveEvent. -
Uses of StreamOptionsFlag in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final StreamOptionsFlag
StreamOptionsFlag.DEFAULT
Static value Default for StreamOptionsFlag.static final StreamOptionsFlag
StreamOptionsFlag.LOW_LATENCY
Static value LowLatency for StreamOptionsFlag.static final StreamOptionsFlag
StreamOptionsFlag.LOW_LATENCY_V2
Static value LowLatencyV2 for StreamOptionsFlag.Modifier and TypeMethodDescriptionstatic StreamOptionsFlag
StreamOptionsFlag.fromString
(String name) Creates or finds a StreamOptionsFlag from its string representation.Modifier and TypeMethodDescriptionLiveEvent.streamOptions()
Gets the streamOptions property: The options to use for the LiveEvent.static Collection<StreamOptionsFlag>
StreamOptionsFlag.values()
Gets known StreamOptionsFlag values.Modifier and TypeMethodDescriptionLiveEvent.DefinitionStages.WithStreamOptions.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Specifies the streamOptions property: The options to use for the LiveEvent.LiveEvent.UpdateStages.WithStreamOptions.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Specifies the streamOptions property: The options to use for the LiveEvent.