public static final class PreprocessingConfig.Deinterlace extends GeneratedMessageV3 implements PreprocessingConfig.DeinterlaceOrBuilder
Deinterlace configuration for input video.
Protobuf type google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PreprocessingConfig.DeinterlaceImplements
PreprocessingConfig.DeinterlaceOrBuilderStatic Fields
BWDIF_FIELD_NUMBER
public static final int BWDIF_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
YADIF_FIELD_NUMBER
public static final int YADIF_FIELD_NUMBER
Field Value | |
---|---|
Type | Description |
int |
Static Methods
getDefaultInstance()
public static PreprocessingConfig.Deinterlace getDefaultInstance()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static PreprocessingConfig.Deinterlace.Builder newBuilder()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.Builder |
newBuilder(PreprocessingConfig.Deinterlace prototype)
public static PreprocessingConfig.Deinterlace.Builder newBuilder(PreprocessingConfig.Deinterlace prototype)
Parameter | |
---|---|
Name | Description |
prototype | PreprocessingConfig.Deinterlace |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.Builder |
parseDelimitedFrom(InputStream input)
public static PreprocessingConfig.Deinterlace parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static PreprocessingConfig.Deinterlace parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data | byte[] |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static PreprocessingConfig.Deinterlace parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data | ByteString |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static PreprocessingConfig.Deinterlace parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input | CodedInputStream |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static PreprocessingConfig.Deinterlace parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input | InputStream |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static PreprocessingConfig.Deinterlace parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data | ByteBuffer |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static PreprocessingConfig.Deinterlace parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<PreprocessingConfig.Deinterlace> parser()
Returns | |
---|---|
Type | Description |
Parser<Deinterlace> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj | Object |
Returns | |
---|---|
Type | Description |
boolean |
getBwdif()
public PreprocessingConfig.Deinterlace.BwdifConfig getBwdif()
Specifies the Bob Weaver Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.BwdifConfig bwdif = 2;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.BwdifConfig | The bwdif. |
getBwdifOrBuilder()
public PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder getBwdifOrBuilder()
Specifies the Bob Weaver Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.BwdifConfig bwdif = 2;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder |
getDefaultInstanceForType()
public PreprocessingConfig.Deinterlace getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace |
getDeinterlacingFilterCase()
public PreprocessingConfig.Deinterlace.DeinterlacingFilterCase getDeinterlacingFilterCase()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.DeinterlacingFilterCase |
getParserForType()
public Parser<PreprocessingConfig.Deinterlace> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Deinterlace> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns | |
---|---|
Type | Description |
UnknownFieldSet |
getYadif()
public PreprocessingConfig.Deinterlace.YadifConfig getYadif()
Specifies the Yet Another Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig yadif = 1;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.YadifConfig | The yadif. |
getYadifOrBuilder()
public PreprocessingConfig.Deinterlace.YadifConfigOrBuilder getYadifOrBuilder()
Specifies the Yet Another Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig yadif = 1;
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.YadifConfigOrBuilder |
hasBwdif()
public boolean hasBwdif()
Specifies the Bob Weaver Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.BwdifConfig bwdif = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the bwdif field is set. |
hasYadif()
public boolean hasYadif()
Specifies the Yet Another Deinterlacing Filter Configuration.
.google.events.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig yadif = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the yadif field is set. |
hashCode()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public PreprocessingConfig.Deinterlace.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected PreprocessingConfig.Deinterlace.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent | BuilderParent |
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused | UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public PreprocessingConfig.Deinterlace.Builder toBuilder()
Returns | |
---|---|
Type | Description |
PreprocessingConfig.Deinterlace.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output | CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |