Class CreateInputRTSPPullSettings

    • Constructor Detail

      • CreateInputRTSPPullSettings

        public CreateInputRTSPPullSettings()
      • CreateInputRTSPPullSettings

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

      • getSourceAddresses

        public RTSPPullSourceAddress[] getSourceAddresses()
        Get RTSP源站的源站地址,有且只能有一个。
        Returns:
        SourceAddresses RTSP源站的源站地址,有且只能有一个。
      • setSourceAddresses

        public void setSourceAddresses​(RTSPPullSourceAddress[] SourceAddresses)
        Set RTSP源站的源站地址,有且只能有一个。
        Parameters:
        SourceAddresses - RTSP源站的源站地址,有且只能有一个。