Video.SyncMode Property

Definition

Gets or sets the Video Sync Mode. Possible values include: 'Auto', 'Passthrough', 'Cfr', 'Vfr'

[Newtonsoft.Json.JsonProperty(PropertyName="syncMode")]
public Microsoft.Azure.Management.Media.Models.VideoSyncMode? SyncMode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="syncMode")>]
member this.SyncMode : Nullable<Microsoft.Azure.Management.Media.Models.VideoSyncMode> with get, set
Public Property SyncMode As Nullable(Of VideoSyncMode)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to