IFlow.StreamProtocol 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.
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