FilterTrackPropertyType Struct

Definition

Defines values for 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)
Inheritance
FilterTrackPropertyType
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Bitrate

The bitrate.

FourCC

The fourCC.

Language

The language.

Name

The name.

Type

The type.

Unknown

The unknown track property type.

Methods

Equals(FilterTrackPropertyType)

Compares enums of type FilterTrackPropertyType

Equals(Object)

Overrides Equals operator for FilterTrackPropertyType

GetHashCode()

Returns for hashCode FilterTrackPropertyType

ToString()

Returns string representation for FilterTrackPropertyType

Operators

Equality(FilterTrackPropertyType, FilterTrackPropertyType)

Overriding == operator for enum FilterTrackPropertyType

Implicit(FilterTrackPropertyType to String)

Implicit operator to convert FilterTrackPropertyType to string

Implicit(String to FilterTrackPropertyType)

Implicit operator to convert string to FilterTrackPropertyType

Inequality(FilterTrackPropertyType, FilterTrackPropertyType)

Overriding != operator for enum FilterTrackPropertyType

Applies to