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

FilterTrackPropertyType 结构

定义

定义 FilterTrackPropertyType 的值。

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

字段

Bitrate

比特率。

FourCC

四CC。

Language

语言。

Name

名称。

Type

类型。

Unknown

未知轨迹属性类型。

方法

Equals(FilterTrackPropertyType)

比较 FilterTrackPropertyType 类型的枚举

Equals(Object)

替代 FilterTrackPropertyType 的 Equals 运算符

GetHashCode()

为 hashCode FilterTrackPropertyType 返回

ToString()

返回 FilterTrackPropertyType 的字符串表示形式

运算符

Equality(FilterTrackPropertyType, FilterTrackPropertyType)

重写 enum FilterTrackPropertyType 的 == 运算符

Implicit(FilterTrackPropertyType to String)

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

Implicit(String to FilterTrackPropertyType)

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

Inequality(FilterTrackPropertyType, FilterTrackPropertyType)

重写 enum FilterTrackPropertyType 的 != 运算符

适用于