Class VideoRepair

    • Constructor Detail

      • VideoRepair

        public VideoRepair()
      • VideoRepair

        public VideoRepair​(VideoRepair source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 画质修复类型,可选值:weak,normal,strong; 默认值: weak
        Returns:
        Type 画质修复类型,可选值:weak,normal,strong; 默认值: weak
      • setType

        public void setType​(String Type)
        Set 画质修复类型,可选值:weak,normal,strong; 默认值: weak
        Parameters:
        Type - 画质修复类型,可选值:weak,normal,strong; 默认值: weak