LiveEventInput.StreamingProtocol Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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