Uses of Class
com.azure.resourcemanager.mediaservices.models.LiveEventEncoding
Package
Description
Package containing the inner data models for AzureMediaServices.
Package containing the data models for AzureMediaServices.
-
Uses of LiveEventEncoding in com.azure.resourcemanager.mediaservices.fluent.models
Modifier and TypeMethodDescriptionLiveEventInner.encoding()
Get the encoding property: Encoding settings for the live event.LiveEventProperties.encoding()
Get the encoding property: Encoding settings for the live event.Modifier and TypeMethodDescriptionLiveEventInner.withEncoding
(LiveEventEncoding encoding) Set the encoding property: Encoding settings for the live event.LiveEventProperties.withEncoding
(LiveEventEncoding encoding) Set the encoding property: Encoding settings for the live event. -
Uses of LiveEventEncoding in com.azure.resourcemanager.mediaservices.models
Modifier and TypeMethodDescriptionLiveEvent.encoding()
Gets the encoding property: Encoding settings for the live event.LiveEventEncoding.withEncodingType
(LiveEventEncodingType encodingType) Set the encodingType property: Live event type.LiveEventEncoding.withKeyFrameInterval
(Duration keyFrameInterval) Set the keyFrameInterval property: Use an ISO 8601 time value between 0.5 to 20 seconds to specify the output fragment length for the video and audio tracks of an encoding live event.LiveEventEncoding.withPresetName
(String presetName) Set the presetName property: The optional encoding preset name, used when encodingType is not None.LiveEventEncoding.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: Specifies how the input video will be resized to fit the desired output resolution(s).Modifier and TypeMethodDescriptionLiveEvent.DefinitionStages.WithEncoding.withEncoding
(LiveEventEncoding encoding) Specifies the encoding property: Encoding settings for the live event.LiveEvent.UpdateStages.WithEncoding.withEncoding
(LiveEventEncoding encoding) Specifies the encoding property: Encoding settings for the live event.