Class DescribeRTMPPullSourceAddress


  • public class DescribeRTMPPullSourceAddress
    extends AbstractModel
    • Constructor Detail

      • DescribeRTMPPullSourceAddress

        public DescribeRTMPPullSourceAddress()
      • DescribeRTMPPullSourceAddress

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

      • getTcUrl

        public String getTcUrl()
        Get RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TcUrl RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
      • setTcUrl

        public void setTcUrl​(String TcUrl)
        Set RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TcUrl - RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
      • getStreamKey

        public String getStreamKey()
        Get RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
        Returns:
        StreamKey RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
      • setStreamKey

        public void setStreamKey​(String StreamKey)
        Set RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
        Parameters:
        StreamKey - RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。