public sealed class PreprocessingConfig.Types.Deinterlace.Types.YadifConfig : IMessage<PreprocessingConfig.Types.Deinterlace.Types.YadifConfig>, IEquatable<PreprocessingConfig.Types.Deinterlace.Types.YadifConfig>, IDeepCloneable<PreprocessingConfig.Types.Deinterlace.Types.YadifConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Transcoder v1 API class PreprocessingConfig.Types.Deinterlace.Types.YadifConfig.
Yet Another Deinterlacing Filter Configuration.
Implements
IMessagePreprocessingConfigTypesDeinterlaceTypesYadifConfig, IEquatablePreprocessingConfigTypesDeinterlaceTypesYadifConfig, IDeepCloneablePreprocessingConfigTypesDeinterlaceTypesYadifConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Video.Transcoder.V1Assembly
Google.Cloud.Video.Transcoder.V1.dll
Constructors
YadifConfig()
public YadifConfig()
YadifConfig(YadifConfig)
public YadifConfig(PreprocessingConfig.Types.Deinterlace.Types.YadifConfig other)
Parameter | |
---|---|
Name | Description |
other |
PreprocessingConfigTypesDeinterlaceTypesYadifConfig |
Properties
DeinterlaceAllFrames
public bool DeinterlaceAllFrames { get; set; }
Deinterlace all frames rather than just the frames identified as
interlaced. The default is false
.
Property Value | |
---|---|
Type | Description |
bool |
DisableSpatialInterlacing
public bool DisableSpatialInterlacing { get; set; }
Disable spacial interlacing.
The default is false
.
Property Value | |
---|---|
Type | Description |
bool |
Mode
public string Mode { get; set; }
Specifies the deinterlacing mode to adopt.
The default is send_frame
.
Supported values:
send_frame
: Output one frame for each framesend_field
: Output one frame for each field
Property Value | |
---|---|
Type | Description |
string |
Parity
public string Parity { get; set; }
The picture field parity assumed for the input interlaced video.
The default is auto
.
Supported values:
tff
: Assume the top field is firstbff
: Assume the bottom field is firstauto
: Enable automatic detection of field parity
Property Value | |
---|---|
Type | Description |
string |