Compartir a través de


RtspSource.Transport Propiedad

Definición

Obtiene o establece el transporte de red utilizado por el intercambio RTSP y RTP: TCP o HTTP. Cuando se usa TCP, los paquetes RTP se intercalan en la conexión TCP RTSP. Al usar HTTP, los mensajes RTSP se intercambian a través de conexiones HTTP de larga duración y los paquetes RTP se intercalan en las conexiones HTTP junto con los mensajes RTSP. Entre los valores posibles se incluyen: "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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a