StreamingPolicyStreamingProtocol 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.
Streaming protocol.
public readonly struct StreamingPolicyStreamingProtocol : IEquatable<Azure.ResourceManager.Media.Models.StreamingPolicyStreamingProtocol>
type StreamingPolicyStreamingProtocol = struct
Public Structure StreamingPolicyStreamingProtocol
Implements IEquatable(Of StreamingPolicyStreamingProtocol)
- Inheritance
-
System.ValueTypeStreamingPolicyStreamingProtocol
- Implements
-
System.IEquatable<StreamingPolicyStreamingProtocol>
Constructors
| StreamingPolicyStreamingProtocol(String) |
Initializes a new instance of StreamingPolicyStreamingProtocol. |
Properties
| Dash |
DASH protocol. |
| Download |
Download protocol. |
| Hls |
HLS protocol. |
| SmoothStreaming |
SmoothStreaming protocol. |
Methods
| Equals(Object) |
Indicates whether this instance and a specified object are equal. |
| Equals(StreamingPolicyStreamingProtocol) |
Indicates whether the current object is equal to another object of the same type. |
| GetHashCode() |
Returns the hash code for this instance. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Equality(StreamingPolicyStreamingProtocol, StreamingPolicyStreamingProtocol) |
Determines if two StreamingPolicyStreamingProtocol values are the same. |
| Implicit(String to StreamingPolicyStreamingProtocol) |
Converts a System.String to a StreamingPolicyStreamingProtocol. |
| Inequality(StreamingPolicyStreamingProtocol, StreamingPolicyStreamingProtocol) |
Determines if two StreamingPolicyStreamingProtocol values are not the same. |