Uses of Class
com.azure.resourcemanager.mediaservices.fluent.models.LiveEventProperties
Package
Description
Package containing the inner data models for AzureMediaServices.
-
Uses of LiveEventProperties in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventProperties.withCrossSiteAccessPolicies
(CrossSiteAccessPolicies crossSiteAccessPolicies) Set the crossSiteAccessPolicies property: Live event cross site access policies.LiveEventProperties.withDescription
(String description) Set the description property: A description for the live event.LiveEventProperties.withEncoding
(LiveEventEncoding encoding) Set the encoding property: Encoding settings for the live event.LiveEventProperties.withHostnamePrefix
(String hostnamePrefix) Set the hostnamePrefix property: When useStaticHostname is set to true, the hostnamePrefix specifies the first part of the hostname assigned to the live event preview and ingest endpoints.LiveEventProperties.withInput
(LiveEventInput input) Set the input property: Live event input settings.LiveEventProperties.withPreview
(LiveEventPreview preview) Set the preview property: Live event preview settings.LiveEventProperties.withStreamOptions
(List<StreamOptionsFlag> streamOptions) Set the streamOptions property: The options to use for the LiveEvent.LiveEventProperties.withTranscriptions
(List<LiveEventTranscription> transcriptions) Set the transcriptions property: Live transcription settings for the live event.LiveEventProperties.withUseStaticHostname
(Boolean useStaticHostname) Set the useStaticHostname property: Specifies whether a static hostname would be assigned to the live event preview and ingest endpoints.