RtspTransport Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs pour RtspTransport.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransportConverter))]
public struct RtspTransport : IEquatable<Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransport>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.VideoAnalyzer.Models.RtspTransportConverter))>]
type RtspTransport = struct
Public Structure RtspTransport
Implements IEquatable(Of RtspTransport)
- Héritage
-
RtspTransport
- Attributs
-
Newtonsoft.Json.JsonConverterAttribute
- Implémente
Champs
Http |
Transport HTTP. Les messages RTSP sont échangés sur des requêtes HTTP de longue durée et les paquets RTP sont entrelacés dans le canal HTTP. |
Tcp |
Transport TCP. RTSP est utilisé directement sur TCP et les paquets RTP sont entrelacés dans le canal TCP. |
Méthodes
Equals(Object) |
Remplace l’opérateur Equals pour RtspTransport |
Equals(RtspTransport) |
Compare les énumérations de type RtspTransport |
GetHashCode() |
Retourne pour hashCode RtspTransport |
ToString() |
Retourne une représentation sous forme de chaîne pour RtspTransport |
Opérateurs
Equality(RtspTransport, RtspTransport) |
Substitution de l’opérateur == pour l’énumération RtspTransport |
Implicit(RtspTransport to String) |
Opérateur implicite pour convertir RtspTransport en chaîne |
Implicit(String to RtspTransport) |
Opérateur implicite pour convertir une chaîne en RtspTransport |
Inequality(RtspTransport, RtspTransport) |
Substitution de l’opérateur != pour l’énumération RtspTransport |
S’applique à
Azure SDK for .NET