Class CreateInputRTPSettings

    • Constructor Detail

      • CreateInputRTPSettings

        public CreateInputRTPSettings()
      • CreateInputRTPSettings

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

      • getFEC

        public String getFEC()
        Get 默认为“none”,可选值['none']。
        Returns:
        FEC 默认为“none”,可选值['none']。
      • setFEC

        public void setFEC​(String FEC)
        Set 默认为“none”,可选值['none']。
        Parameters:
        FEC - 默认为“none”,可选值['none']。
      • getIdleTimeout

        public Long getIdleTimeout()
        Get 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
        Returns:
        IdleTimeout 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
      • setIdleTimeout

        public void setIdleTimeout​(Long IdleTimeout)
        Set 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。
        Parameters:
        IdleTimeout - 空闲超时时间,默认5000,单位ms,范围为[1000, 10000]。