tencentcloud-sdk-mps 3.0.984 → 3.0.986

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2d6559c5af923b890f210b9df82cf04038e5391e
4
- data.tar.gz: aa013551a2b008e9068cb2ce9a4e4462cad55a04
3
+ metadata.gz: c51596484a829a34cf078fa9c2267ff9cefec470
4
+ data.tar.gz: 80ad93141b33b9d73a7cc846cae678dc7997ca9b
5
5
  SHA512:
6
- metadata.gz: 2d6c3cc5847dde786ec48e3a4c8ba819205dc3b5e36bd16cb193436d0981f3f1452dc0dd8cde467b654de13734d3723492f05f59f6ee4610327d7a9dc9576456
7
- data.tar.gz: 402f60329be1620bd32a3b6d01b5ef03841edf00c79149d125df542d0874cd63ec862c95cadb13e7cc67620962666b6951153daaba7b650938a71b2452644250
6
+ metadata.gz: c0c953f3ebf76374d3016bf4cb69606aae006795aadf5f14b769c0e5a3895d75db4663437124fa8645e846cfc444f02b4220539814ff3d97085862585d220cdf
7
+ data.tar.gz: 8a45f9cf7dbff0480b1b75851285d9a149ce968d9c3324b23cf6a2badf1b0ccd64e419a6ecfce45c666f9d91f7c526749379207cb096964e4a0f663f7c007746
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.984
1
+ 3.0.986
@@ -6493,7 +6493,7 @@ module TencentCloud
6493
6493
  class CreateInput < TencentCloud::Common::AbstractModel
6494
6494
  # @param InputName: 输入名称,可填大小写、数字和下划线,长度为[1, 32]。
6495
6495
  # @type InputName: String
6496
- # @param Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
6496
+ # @param Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。
6497
6497
  # @type Protocol: String
6498
6498
  # @param Description: 输入描述,长度为[0, 255]。
6499
6499
  # @type Description: String
@@ -16935,10 +16935,7 @@ module TencentCloud
16935
16935
  # @type SRTSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputSRTSettings`
16936
16936
  # @param RTPSettings: RTP的配置信息。
16937
16937
  # @type RTPSettings: :class:`Tencentcloud::Mps.v20190612.models.CreateInputRTPSettings`
16938
- # @param Protocol: 输入的协议,可选[SRT|RTP|RTMP|RTMP_PULL|RTSP_PULL|RIST]。
16939
- # 当输出包含RTP时,输入只能是RTP。
16940
- # 当输出包含RTMP时,输入可以是SRT/RTMP。
16941
- # 当输出包含SRT时,输入只能是SRT。
16938
+ # @param Protocol: 输入的协议,可选[SRT|RTP|RTMP_PUSH|RTMP_PULL|RTSP_PULL|RIST]。 -
16942
16939
  # @type Protocol: String
16943
16940
  # @param FailOver: 输入的主备开关,可选[OPEN|CLOSE]。
16944
16941
  # @type FailOver: String
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-mps
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.984
4
+ version: 3.0.986
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-01-16 00:00:00.000000000 Z
11
+ date: 2025-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common