Class DescribeInputRTMPSettings

    • Constructor Detail

      • DescribeInputRTMPSettings

        public DescribeInputRTMPSettings()
      • DescribeInputRTMPSettings

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

      • getAppName

        public String getAppName()
        Get RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AppName RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
      • setAppName

        public void setAppName​(String AppName)
        Set RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AppName - RTMP的推流路径。 注意:此字段可能返回 null,表示取不到有效值。
      • getStreamKey

        public String getStreamKey()
        Get RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
        Returns:
        StreamKey RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
      • setStreamKey

        public void setStreamKey​(String StreamKey)
        Set RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey
        Parameters:
        StreamKey - RTMP的推流StreamKey。 RTMP的推流地址拼接规则为:rtmp://Ip:1935/AppName/StreamKey