LiveEventInputProtocol Struct

Definition

Defines values for LiveEventInputProtocol.

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventInputProtocolConverter))]
public struct LiveEventInputProtocol : IEquatable<Microsoft.Azure.Management.Media.Models.LiveEventInputProtocol>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventInputProtocolConverter))>]
type LiveEventInputProtocol = struct
Public Structure LiveEventInputProtocol
Implements IEquatable(Of LiveEventInputProtocol)
Inheritance
LiveEventInputProtocol
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

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)

Compares enums of type LiveEventInputProtocol

Equals(Object)

Overrides Equals operator for LiveEventInputProtocol

GetHashCode()

Returns for hashCode LiveEventInputProtocol

ToString()

Returns string representation for LiveEventInputProtocol

Operators

Equality(LiveEventInputProtocol, LiveEventInputProtocol)

Overriding == operator for enum LiveEventInputProtocol

Implicit(LiveEventInputProtocol to String)

Implicit operator to convert LiveEventInputProtocol to string

Implicit(String to LiveEventInputProtocol)

Implicit operator to convert string to LiveEventInputProtocol

Inequality(LiveEventInputProtocol, LiveEventInputProtocol)

Overriding != operator for enum LiveEventInputProtocol

Applies to