Class StreamInputInfo

    • Constructor Detail

      • StreamInputInfo

        public StreamInputInfo()
      • StreamInputInfo

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

      • getInputType

        public String getInputType()
        Get 流输入类型,取值:
      • VodPull : 点播拉流;
      • LivePull :直播拉流;
      • RtmpPush : 直播推流。
Returns:
InputType 流输入类型,取值:
  • VodPull : 点播拉流;
  • LivePull :直播拉流;
  • RtmpPush : 直播推流。
  • Parameters:
    InputType - 流输入类型,取值:
  • VodPull : 点播拉流;
  • LivePull :直播拉流;
  • RtmpPush : 直播推流。