类 CodecOptions

    • 构造器详细资料

      • CodecOptions

        public CodecOptions()
    • 方法详细资料

      • getProfile

        public String getProfile()
        Returns the profile.
        返回:
        the profile
      • setProfile

        public void setProfile​(String profile)
        Sets the profile
        参数:
        profile - the profile
      • withProfile

        public CodecOptions withProfile​(String profile)
        Sets the profile and returns this object.
        参数:
        profile - the profile
        返回:
        this object