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
-
StreamingPolicyStreamingProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| StreamingPolicyStreamingProtocol(String) |
Initializes a new instance of StreamingPolicyStreamingProtocol. |
Properties
| Name | Description |
|---|---|
| Dash |
DASH protocol. |
| Download |
Download protocol. |
| Hls |
HLS protocol. |
| SmoothStreaming |
SmoothStreaming protocol. |
Methods
| Name | Description |
|---|---|
| Equals(StreamingPolicyStreamingProtocol) |
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
| Name | Description |
|---|---|
| Equality(StreamingPolicyStreamingProtocol, StreamingPolicyStreamingProtocol) |
Determines if two StreamingPolicyStreamingProtocol values are the same. |
| Implicit(String to StreamingPolicyStreamingProtocol) |
Converts a string to a StreamingPolicyStreamingProtocol. |
| Inequality(StreamingPolicyStreamingProtocol, StreamingPolicyStreamingProtocol) |
Determines if two StreamingPolicyStreamingProtocol values are not the same. |