Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventPreview
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventPreview in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.preview()
Get the preview property: Live event preview settings.LiveEventProperties.preview()
Get the preview property: Live event preview settings.Modifier and TypeMethodDescriptionLiveEventInner.withPreview
(LiveEventPreview preview) Set the preview property: Live event preview settings.LiveEventProperties.withPreview
(LiveEventPreview preview) Set the preview property: Live event preview settings. -
Uses of LiveEventPreview in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEvent.preview()
Gets the preview property: Live event preview settings.LiveEventPreview.withAccessControl
(LiveEventPreviewAccessControl accessControl) Set the accessControl property: The access control for live event preview.LiveEventPreview.withAlternativeMediaId
(String alternativeMediaId) Set the alternativeMediaId property: An alternative media identifier associated with the streaming locator created for the preview.LiveEventPreview.withEndpoints
(List<LiveEventEndpoint> endpoints) Set the endpoints property: The endpoints for preview.LiveEventPreview.withPreviewLocator
(String previewLocator) Set the previewLocator property: The identifier of the preview locator in Guid format.LiveEventPreview.withStreamingPolicyName
(String streamingPolicyName) Set the streamingPolicyName property: The name of streaming policy used for the live event preview.Modifier and TypeMethodDescriptionLiveEvent.DefinitionStages.WithPreview.withPreview
(LiveEventPreview preview) Specifies the preview property: Live event preview settings.LiveEvent.UpdateStages.WithPreview.withPreview
(LiveEventPreview preview) Specifies the preview property: Live event preview settings.