LiveEventInputProtocol 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.
The input protocol for the live event. This is specified at creation time and cannot be updated.
public readonly struct LiveEventInputProtocol : IEquatable<Azure.ResourceManager.Media.Models.LiveEventInputProtocol>
type LiveEventInputProtocol = struct
Public Structure LiveEventInputProtocol
Implements IEquatable(Of LiveEventInputProtocol)
- Inheritance
-
LiveEventInputProtocol
- Implements
Constructors
LiveEventInputProtocol(String) |
Initializes a new instance of LiveEventInputProtocol. |
Properties
FragmentedMp4 |
Smooth Streaming input will be sent by the contribution encoder to the live event. |
Rtmp |
RTMP input will be sent by the contribution encoder to the live event. |
Methods
Equals(LiveEventInputProtocol) |
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(LiveEventInputProtocol, LiveEventInputProtocol) |
Determines if two LiveEventInputProtocol values are the same. |
Implicit(String to LiveEventInputProtocol) |
Converts a string to a LiveEventInputProtocol. |
Inequality(LiveEventInputProtocol, LiveEventInputProtocol) |
Determines if two LiveEventInputProtocol values are not the same. |
Applies to
Azure SDK for .NET