Class VideoSyncMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<VideoSyncMode>
com.azure.resourcemanager.mediaservices.models.VideoSyncMode
The Video Sync Mode.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final VideoSyncMode
Static value Auto for VideoSyncMode.static final VideoSyncMode
Static value Cfr for VideoSyncMode.static final VideoSyncMode
Static value Passthrough for VideoSyncMode.static final VideoSyncMode
Static value Vfr for VideoSyncMode. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VideoSyncMode
fromString
(String name) Creates or finds a VideoSyncMode from its string representation.static Collection<VideoSyncMode>
values()
Gets known VideoSyncMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUTO
Static value Auto for VideoSyncMode. -
PASSTHROUGH
Static value Passthrough for VideoSyncMode. -
CFR
Static value Cfr for VideoSyncMode. -
VFR
Static value Vfr for VideoSyncMode.
-
-
Constructor Details
-
VideoSyncMode
Deprecated.Use thefromString(String)
factory method.Creates a new instance of VideoSyncMode value.
-
-
Method Details
-
fromString
Creates or finds a VideoSyncMode from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding VideoSyncMode.
-
values
Gets known VideoSyncMode values.- Returns:
- known VideoSyncMode values.
-
fromString(String)
factory method.