DeinterlaceMode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines values for DeinterlaceMode.
[Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.DeinterlaceModeConverter))]
public struct DeinterlaceMode : IEquatable<Microsoft.Azure.Management.Media.Models.DeinterlaceMode>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.Azure.Management.Media.Models.DeinterlaceModeConverter))>]
type DeinterlaceMode = struct
Public Structure DeinterlaceMode
Implements IEquatable(Of DeinterlaceMode)
- Inheritance
-
DeinterlaceMode
- Attributes
-
Newtonsoft.Json.JsonConverterAttribute
- Implements
Fields
AutoPixelAdaptive |
Apply automatic pixel adaptive de-interlacing on each frame in the input video. |
Off |
Disables de-interlacing of the source video. |
Methods
Equals(DeinterlaceMode) |
Compares enums of type DeinterlaceMode |
Equals(Object) |
Overrides Equals operator for DeinterlaceMode |
GetHashCode() |
Returns for hashCode DeinterlaceMode |
ToString() |
Returns string representation for DeinterlaceMode |
Operators
Equality(DeinterlaceMode, DeinterlaceMode) |
Overriding == operator for enum DeinterlaceMode |
Implicit(DeinterlaceMode to String) |
Implicit operator to convert DeinterlaceMode to string |
Implicit(String to DeinterlaceMode) |
Implicit operator to convert string to DeinterlaceMode |
Inequality(DeinterlaceMode, DeinterlaceMode) |
Overriding != operator for enum DeinterlaceMode |
Applies to
Azure SDK for .NET