Interface PreprocessingConfig.DeinterlaceOrBuilder

    • Method Detail

      • hasYadif

        boolean hasYadif()
         Specifies the Yet Another Deinterlacing Filter Configuration.
         
        .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig yadif = 1;
        Returns:
        Whether the yadif field is set.
      • getYadif

        PreprocessingConfig.Deinterlace.YadifConfig getYadif()
         Specifies the Yet Another Deinterlacing Filter Configuration.
         
        .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.YadifConfig yadif = 1;
        Returns:
        The yadif.
      • hasBwdif

        boolean hasBwdif()
         Specifies the Bob Weaver Deinterlacing Filter Configuration.
         
        .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.BwdifConfig bwdif = 2;
        Returns:
        Whether the bwdif field is set.
      • getBwdif

        PreprocessingConfig.Deinterlace.BwdifConfig getBwdif()
         Specifies the Bob Weaver Deinterlacing Filter Configuration.
         
        .google.cloud.video.transcoder.v1.PreprocessingConfig.Deinterlace.BwdifConfig bwdif = 2;
        Returns:
        The bwdif.