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

LiveEventEncodingType 结构

定义

定义 LiveEventEncodingType 的值。

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventEncodingTypeConverter))]
public struct LiveEventEncodingType : IEquatable<Microsoft.Azure.Management.Media.Models.LiveEventEncodingType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.LiveEventEncodingTypeConverter))>]
type LiveEventEncodingType = struct
Public Structure LiveEventEncodingType
Implements IEquatable(Of LiveEventEncodingType)
继承
LiveEventEncodingType
属性
Newtonsoft.Json.JsonConverterAttribute
实现

字段

None

这与 PassthroughStandard 相同,请参阅下面的说明。 此枚举值已弃用。

PassthroughBasic

引入的流通过贡献编码器的实时事件,无需任何进一步处理。 在 PassthroughBasic 模式下,引入限制为最多 5Mbps,并且仅允许 1 个并发实时输出。 实时听录不可用。

PassthroughStandard

引入的流通过贡献编码器的实时事件,无需任何进一步处理。 提供实时听录。 引入比特率限制要高得多,最多允许 3 个并发实时输出。

Premium1080p

贡献实时编码器将单个比特率流发送到实时事件,媒体服务将创建多个比特率流。 输出的分辨率不能超过 1080p。

Standard

贡献实时编码器将单个比特率流发送到实时事件,媒体服务将创建多个比特率流。 输出分辨率不能超过 720p。

方法

Equals(LiveEventEncodingType)

比较 LiveEventEncodingType 类型的枚举

Equals(Object)

替代 LiveEventEncodingType 的 Equals 运算符

GetHashCode()

为 hashCode LiveEventEncodingType 返回

ToString()

返回 LiveEventEncodingType 的字符串表示形式

运算符

Equality(LiveEventEncodingType, LiveEventEncodingType)

枚举 LiveEventEncodingType 的重写 == 运算符

Implicit(LiveEventEncodingType to String)

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

Implicit(String to LiveEventEncodingType)

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

Inequality(LiveEventEncodingType, LiveEventEncodingType)

为 enum LiveEventEncodingType 重写 != 运算符

适用于