次の方法で共有


Video.SyncMode プロパティ

定義

ビデオ同期モードを取得または設定します。 指定できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象