Megosztás a következőn keresztül:


DeinterlaceParity Struct

Definition

The field parity for de-interlacing, defaults to Auto.

public readonly struct DeinterlaceParity : IEquatable<Azure.ResourceManager.Media.Models.DeinterlaceParity>
type DeinterlaceParity = struct
Public Structure DeinterlaceParity
Implements IEquatable(Of DeinterlaceParity)
Inheritance
DeinterlaceParity
Implements

Constructors

DeinterlaceParity(String)

Initializes a new instance of DeinterlaceParity.

Properties

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)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(DeinterlaceParity, DeinterlaceParity)

Determines if two DeinterlaceParity values are the same.

Implicit(String to DeinterlaceParity)

Converts a string to a DeinterlaceParity.

Inequality(DeinterlaceParity, DeinterlaceParity)

Determines if two DeinterlaceParity values are not the same.

Applies to