Class CreateOutputInfoRTPSettings

    • Constructor Detail

      • CreateOutputInfoRTPSettings

        public CreateOutputInfoRTPSettings()
      • CreateOutputInfoRTPSettings

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

      • getDestinations

        public CreateOutputRTPSettingsDestinations[] getDestinations()
        Get 转推的目标地址,可填1~2个。
        Returns:
        Destinations 转推的目标地址,可填1~2个。
      • setDestinations

        public void setDestinations​(CreateOutputRTPSettingsDestinations[] Destinations)
        Set 转推的目标地址,可填1~2个。
        Parameters:
        Destinations - 转推的目标地址,可填1~2个。
      • getFEC

        public String getFEC()
        Get 只能填none。
        Returns:
        FEC 只能填none。
      • setFEC

        public void setFEC​(String FEC)
        Set 只能填none。
        Parameters:
        FEC - 只能填none。
      • getIdleTimeout

        public Long getIdleTimeout()
        Get 空闲超时时间,单位ms。
        Returns:
        IdleTimeout 空闲超时时间,单位ms。
      • setIdleTimeout

        public void setIdleTimeout​(Long IdleTimeout)
        Set 空闲超时时间,单位ms。
        Parameters:
        IdleTimeout - 空闲超时时间,单位ms。