Condividi tramite


DeinterlaceMode Struct

Definition

The deinterlacing mode. Defaults to AutoPixelAdaptive.

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

Constructors

Name Description
DeinterlaceMode(String)

Initializes a new instance of DeinterlaceMode.

Properties

Name Description
AutoPixelAdaptive

Apply automatic pixel adaptive de-interlacing on each frame in the input video.

Off

Disables de-interlacing of the source video.

Methods

Name Description
Equals(DeinterlaceMode)

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

Name Description
Equality(DeinterlaceMode, DeinterlaceMode)

Determines if two DeinterlaceMode values are the same.

Implicit(String to DeinterlaceMode)

Converts a string to a DeinterlaceMode.

Inequality(DeinterlaceMode, DeinterlaceMode)

Determines if two DeinterlaceMode values are not the same.

Applies to