Uses of Class
com.azure.resourcemanager.mediaservices.models.StretchMode
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of StretchMode in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final StretchMode
StretchMode.AUTO_FIT
Static value AutoFit for StretchMode.static final StretchMode
StretchMode.AUTO_SIZE
Static value AutoSize for StretchMode.static final StretchMode
StretchMode.NONE
Static value None for StretchMode.Modifier and TypeMethodDescriptionstatic StretchMode
StretchMode.fromString
(String name) Creates or finds a StretchMode from its string representation.LiveEventEncoding.stretchMode()
Get the stretchMode property: Specifies how the input video will be resized to fit the desired output resolution(s).Video.stretchMode()
Get the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).Modifier and TypeMethodDescriptionstatic Collection<StretchMode>
StretchMode.values()
Gets known StretchMode values.Modifier and TypeMethodDescriptionH264Video.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).H265Video.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).Image.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).JpgImage.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).LiveEventEncoding.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: Specifies how the input video will be resized to fit the desired output resolution(s).PngImage.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).Video.withStretchMode
(StretchMode stretchMode) Set the stretchMode property: The resizing mode - how the input video will be resized to fit the desired output resolution(s).