Class DescribeOutputRTMPPullServerUrl


  • public class DescribeOutputRTMPPullServerUrl
    extends AbstractModel
    • Constructor Detail

      • DescribeOutputRTMPPullServerUrl

        public DescribeOutputRTMPPullServerUrl()
      • DescribeOutputRTMPPullServerUrl

        public DescribeOutputRTMPPullServerUrl​(DescribeOutputRTMPPullServerUrl 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。
        Returns:
        TcUrl RTMP拉流地址的tcUrl。
      • setTcUrl

        public void setTcUrl​(String TcUrl)
        Set RTMP拉流地址的tcUrl。
        Parameters:
        TcUrl - RTMP拉流地址的tcUrl。
      • getStreamKey

        public String getStreamKey()
        Get RTMP拉流地址的流key。
        Returns:
        StreamKey RTMP拉流地址的流key。
      • setStreamKey

        public void setStreamKey​(String StreamKey)
        Set RTMP拉流地址的流key。
        Parameters:
        StreamKey - RTMP拉流地址的流key。