次の方法で共有


VideoFlags.CanStream プロパティ

定義

ビデオをストリーミングできるかどうかを示す値を取得または設定します。 ストリーミングできるのは、"アーカイブ" タイプのビデオのみです。

[Newtonsoft.Json.JsonProperty(PropertyName="canStream")]
public bool CanStream { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="canStream")>]
member this.CanStream : bool with get, set
Public Property CanStream As Boolean

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象