HlsSettings.Forced Property

Definition

Gets or sets the forced for the HLS setting.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to