你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

LiveEventInputProtocol 结构

定义

定义 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)
继承
LiveEventInputProtocol
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

FragmentedMP4

平滑流式处理输入将由贡献编码器发送到实时事件。

RTMP

RTMP 输入将由贡献编码器发送到实时事件。

方法

Equals(LiveEventInputProtocol)

比较 LiveEventInputProtocol 类型的枚举

Equals(Object)

替代 LiveEventInputProtocol 的 Equals 运算符

GetHashCode()

为 hashCode LiveEventInputProtocol 返回

ToString()

返回 LiveEventInputProtocol 的字符串表示形式

运算符

Equality(LiveEventInputProtocol, LiveEventInputProtocol)

为 Enum LiveEventInputProtocol 重写 == 运算符

Implicit(LiveEventInputProtocol to String)

用于将 LiveEventInputProtocol 转换为字符串的隐式运算符

Implicit(String to LiveEventInputProtocol)

用于将字符串转换为 LiveEventInputProtocol 的隐式运算符

Inequality(LiveEventInputProtocol, LiveEventInputProtocol)

为枚举 LiveEventInputProtocol 重写 != 运算符

适用于