Uses of Class
com.azure.resourcemanager.mediaservices.models.VideoSyncMode
Package
Description
Package containing the data models for AzureMediaServices.
-
Uses of VideoSyncMode in com.azure.resourcemanager.mediaservices.models
Modifier and TypeFieldDescriptionstatic final VideoSyncMode
VideoSyncMode.AUTO
Static value Auto for VideoSyncMode.static final VideoSyncMode
VideoSyncMode.CFR
Static value Cfr for VideoSyncMode.static final VideoSyncMode
VideoSyncMode.PASSTHROUGH
Static value Passthrough for VideoSyncMode.static final VideoSyncMode
VideoSyncMode.VFR
Static value Vfr for VideoSyncMode.Modifier and TypeMethodDescriptionstatic VideoSyncMode
VideoSyncMode.fromString
(String name) Creates or finds a VideoSyncMode from its string representation.Video.syncMode()
Get the syncMode property: The Video Sync Mode.Modifier and TypeMethodDescriptionstatic Collection<VideoSyncMode>
VideoSyncMode.values()
Gets known VideoSyncMode values.Modifier and TypeMethodDescriptionH264Video.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.H265Video.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.Image.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.JpgImage.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.PngImage.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.Video.withSyncMode
(VideoSyncMode syncMode) Set the syncMode property: The Video Sync Mode.