Class CreateOutputRtmpSettingsDestinations


  • public class CreateOutputRtmpSettingsDestinations
    extends AbstractModel
    • Constructor Detail

      • CreateOutputRtmpSettingsDestinations

        public CreateOutputRtmpSettingsDestinations()
      • CreateOutputRtmpSettingsDestinations

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

      • getUrl

        public String getUrl()
        Get 转推的URL,格式如:rtmp://domain/live。
        Returns:
        Url 转推的URL,格式如:rtmp://domain/live。
      • setUrl

        public void setUrl​(String Url)
        Set 转推的URL,格式如:rtmp://domain/live。
        Parameters:
        Url - 转推的URL,格式如:rtmp://domain/live。
      • getStreamKey

        public String getStreamKey()
        Get 转推的StreamKey,格式如:stream?key=value。
        Returns:
        StreamKey 转推的StreamKey,格式如:stream?key=value。
      • setStreamKey

        public void setStreamKey​(String StreamKey)
        Set 转推的StreamKey,格式如:stream?key=value。
        Parameters:
        StreamKey - 转推的StreamKey,格式如:stream?key=value。