DeinterlaceParity Struct

Definition

Defines values for DeinterlaceParity.

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

Fields

Auto

Automatically detect the order of fields

BottomFieldFirst

Apply bottom field first processing of input video.

TopFieldFirst

Apply top field first processing of input video.

Methods

Equals(DeinterlaceParity)

Compares enums of type DeinterlaceParity

Equals(Object)

Overrides Equals operator for DeinterlaceParity

GetHashCode()

Returns for hashCode DeinterlaceParity

ToString()

Returns string representation for DeinterlaceParity

Operators

Equality(DeinterlaceParity, DeinterlaceParity)

Overriding == operator for enum DeinterlaceParity

Implicit(DeinterlaceParity to String)

Implicit operator to convert DeinterlaceParity to string

Implicit(String to DeinterlaceParity)

Implicit operator to convert string to DeinterlaceParity

Inequality(DeinterlaceParity, DeinterlaceParity)

Overriding != operator for enum DeinterlaceParity

Applies to