Class VideoEncodingPreset

    • Constructor Detail

      • VideoEncodingPreset

        public VideoEncodingPreset()
      • VideoEncodingPreset

        public VideoEncodingPreset​(VideoEncodingPreset 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

      • getId

        public Long getId()
        Get 配置 ID。
        Returns:
        Id 配置 ID。
      • setId

        public void setId​(Long Id)
        Set 配置 ID。
        Parameters:
        Id - 配置 ID。
      • getName

        public String getName()
        Get 配置名。
        Returns:
        Name 配置名。
      • setName

        public void setName​(String Name)
        Set 配置名。
        Parameters:
        Name - 配置名。
      • getContainer

        public String getContainer()
        Get 封装格式,可选值:
      • mp4 ;
      • mov 。
Returns:
Container 封装格式,可选值:
  • mp4 ;
  • mov 。
  • Parameters:
    Container - 封装格式,可选值:
  • mp4 ;
  • mov 。