Class PreprocessingConfig.Deinterlace.BwdifConfig

    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
      • getMode

        public String getMode()
         Specifies the deinterlacing mode to adopt.
         The default is `send_frame`.
         Supported values:
        
         - `send_frame`: Output one frame for each frame
         - `send_field`: Output one frame for each field
         
        string mode = 1;
        Specified by:
        getMode in interface PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder
        Returns:
        The mode.
      • getModeBytes

        public com.google.protobuf.ByteString getModeBytes()
         Specifies the deinterlacing mode to adopt.
         The default is `send_frame`.
         Supported values:
        
         - `send_frame`: Output one frame for each frame
         - `send_field`: Output one frame for each field
         
        string mode = 1;
        Specified by:
        getModeBytes in interface PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder
        Returns:
        The bytes for mode.
      • getParity

        public String getParity()
         The picture field parity assumed for the input interlaced video.
         The default is `auto`.
         Supported values:
        
         - `tff`: Assume the top field is first
         - `bff`: Assume the bottom field is first
         - `auto`: Enable automatic detection of field parity
         
        string parity = 2;
        Specified by:
        getParity in interface PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder
        Returns:
        The parity.
      • getParityBytes

        public com.google.protobuf.ByteString getParityBytes()
         The picture field parity assumed for the input interlaced video.
         The default is `auto`.
         Supported values:
        
         - `tff`: Assume the top field is first
         - `bff`: Assume the bottom field is first
         - `auto`: Enable automatic detection of field parity
         
        string parity = 2;
        Specified by:
        getParityBytes in interface PreprocessingConfig.Deinterlace.BwdifConfigOrBuilder
        Returns:
        The bytes for parity.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static PreprocessingConfig.Deinterlace.BwdifConfig parseFrom​(ByteBuffer data,
                                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PreprocessingConfig.Deinterlace.BwdifConfig parseFrom​(com.google.protobuf.ByteString data)
                                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PreprocessingConfig.Deinterlace.BwdifConfig parseFrom​(com.google.protobuf.ByteString data,
                                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PreprocessingConfig.Deinterlace.BwdifConfig parseFrom​(byte[] data)
                                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static PreprocessingConfig.Deinterlace.BwdifConfig parseFrom​(byte[] data,
                                                                            com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                     throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • getParserForType

        public com.google.protobuf.Parser<PreprocessingConfig.Deinterlace.BwdifConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

        public PreprocessingConfig.Deinterlace.BwdifConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder