MediaGraphRtspTransport 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.
Underlying RTSP transport. This is used to enable or disable HTTP tunneling.
public readonly struct MediaGraphRtspTransport : IEquatable<Azure.Media.Analytics.Edge.Models.MediaGraphRtspTransport>
type MediaGraphRtspTransport = struct
Public Structure MediaGraphRtspTransport
Implements IEquatable(Of MediaGraphRtspTransport)
- Inheritance
-
MediaGraphRtspTransport
- Implements
Constructors
MediaGraphRtspTransport(String) |
Determines if two MediaGraphRtspTransport values are the same. |
Properties
Http |
HTTP/HTTPS transport. This should be used when HTTP tunneling is desired. |
Tcp |
TCP transport. This should be used when HTTP tunneling is NOT desired. |
Methods
Equals(MediaGraphRtspTransport) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(MediaGraphRtspTransport, MediaGraphRtspTransport) |
Determines if two MediaGraphRtspTransport values are the same. |
Implicit(String to MediaGraphRtspTransport) |
Converts a string to a MediaGraphRtspTransport. |
Inequality(MediaGraphRtspTransport, MediaGraphRtspTransport) |
Determines if two MediaGraphRtspTransport values are not the same. |
Applies to
Azure SDK for .NET