RtspSource.Transport Propriedade

Definição

Obtém ou define o transporte de rede utilizado pela troca RTSP e RTP: TCP ou HTTP. Ao usar o TCP, os pacotes RTP são intercalados na conexão TCP RTSP. Ao usar HTTP, as mensagens RTSP são trocadas por conexões HTTP de longa duração e os pacotes RTP são intercalados nas conexões HTTP junto com as mensagens RTSP. Os valores possíveis incluem: 'Http', 'Tcp'

[Newtonsoft.Json.JsonProperty(PropertyName="transport")]
public Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport? Transport { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="transport")>]
member this.Transport : Nullable<Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport> with get, set
Public Property Transport As Nullable(Of RtspTransport)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a