Show / Hide Table of Contents

Class DeinterlaceFilter

DeinterlaceFilter

Inheritance
System.Object
BitmovinResponse
BitmovinResource
Filter
DeinterlaceFilter
Inherited Members
BitmovinResource.Name
BitmovinResource.Description
BitmovinResource.CreatedAt
BitmovinResource.ModifiedAt
BitmovinResource.CustomData
BitmovinResponse.Id
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class DeinterlaceFilter : Filter

Properties

AutoEnable

AutoEnable

Declaration
public DeinterlaceAutoEnable? AutoEnable { get; set; }
Property Value
Type Description
System.Nullable<DeinterlaceAutoEnable>

FrameSelectionMode

FrameSelectionMode

Declaration
public DeinterlaceFrameSelectionMode? FrameSelectionMode { get; set; }
Property Value
Type Description
System.Nullable<DeinterlaceFrameSelectionMode>

Mode

Mode

Declaration
public DeinterlaceMode? Mode { get; set; }
Property Value
Type Description
System.Nullable<DeinterlaceMode>

Parity

Parity

Declaration
public PictureFieldParity? Parity { get; set; }
Property Value
Type Description
System.Nullable<PictureFieldParity>
Back to top Generated by DocFX