IFlow.StreamProtocol Property

Definition

The protocol of the stream

[ADT.PSArgumentCompleter(new System.String[] { "UDP", "SRT", "RTP" })]
[ADT.Runtime.Info(Create=true, Description="The protocol of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamProtocol", Update=true)]
public string StreamProtocol { get; set; }
[<ADT.PSArgumentCompleter(new System.String[] { "UDP", "SRT", "RTP" })>]
[<ADT.Runtime.Info(Create=true, Description="The protocol of the stream", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="streamProtocol", Update=true)>]
member this.StreamProtocol : string with get, set
Public Property StreamProtocol As String

Property Value

Attributes

Applies to