Share via


LiveEventInput.StreamingProtocol Property

Definition

Gets or sets the input protocol for the live event. This is specified at creation time and cannot be updated. Possible values include: 'FragmentedMP4', 'RTMP'

[Newtonsoft.Json.JsonProperty(PropertyName="streamingProtocol")]
public Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol StreamingProtocol { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="streamingProtocol")>]
member this.StreamingProtocol : Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol with get, set
Public Property StreamingProtocol As LiveEventInputProtocol

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to