Enum DeinterlaceMode
Specifies the method how fields are converted to frames
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public enum DeinterlaceMode
Fields
Name | Description |
---|---|
FIELD | Generate one frame for each field |
FIELD_NOSPATIAL | Like FIELD, but skip the spatial interlacing check |
FRAME | Generate one frame for each frame |
FRAME_NOSPATIAL | Like FRAME, but skip the spatial interlacing check |