RtspTransport Struct
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.
Defines values for 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)
- Inheritance
-
RtspTransport
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
Http |
HTTP transport. RTSP messages are exchanged over long running HTTP requests and RTP packets are interleaved within the HTTP channel. |
Tcp |
TCP transport. RTSP is used directly over TCP and RTP packets are interleaved within the TCP channel. |
Methods
Equals(Object) |
Overrides Equals operator for RtspTransport |
Equals(RtspTransport) |
Compares enums of type RtspTransport |
GetHashCode() |
Returns for hashCode RtspTransport |
ToString() |
Returns string representation for RtspTransport |
Operators
Equality(RtspTransport, RtspTransport) |
Overriding == operator for enum RtspTransport |
Implicit(RtspTransport to String) |
Implicit operator to convert RtspTransport to string |
Implicit(String to RtspTransport) |
Implicit operator to convert string to RtspTransport |
Inequality(RtspTransport, RtspTransport) |
Overriding != operator for enum RtspTransport |