LiveEvent.StreamOptions Property

Definition

Gets or sets the options to use for the LiveEvent. This value is specified at creation time and cannot be updated. The valid values for the array entry values are 'Default' and 'LowLatency'.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.streamOptions")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag?> StreamOptions { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.streamOptions")>]
member this.StreamOptions : System.Collections.Generic.IList<Nullable<Microsoft.Azure.Management.Media.Models.StreamOptionsFlag>> with get, set
Public Property StreamOptions As IList(Of Nullable(Of StreamOptionsFlag))

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to