tencentcloud-sdk-live 3.0.1004 → 3.0.1005

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: 9fc197b3e28e6130ff3125a4eef2a31ac40e600a
4
- data.tar.gz: af3caeb23c96242c314197242101d08e1ce515ce
3
+ metadata.gz: fcdf605de7d9a3ff44d0db293b7bda9351109dc4
4
+ data.tar.gz: bbf7c1e74b6cc5dec73efeac4dc8a842c4604be5
5
5
  SHA512:
6
- metadata.gz: 93be97f7c0abdf6e454c527dd82c51425ad06abdf7c326d4c3bc4d492cd7f13809828d763925d805419a28ea3c07096438d9be664b8dbd037568fc58cee40a9c
7
- data.tar.gz: 4437342b0a6ef51d9d62f68156ac1898b73ed16c8661aefd65e19fc80ad1ffeb4de137a91c6942cf367c1c8676292cc6068e20e15525ed399166d4aaaabbd7a5
6
+ metadata.gz: d73394308a34055ee45425bb84aa8d63f7638db74b54a7bed74558e5605a01c099b0b8b3a78bf6f2c6329029c37c0d225269ff33d2700880feb97a35d3d7482e
7
+ data.tar.gz: dccccceeb27733a3c911e68afd91dd26651c4c78196214c6415d0433fe1ddc4f5d3038e82841f13e44f9c358fc96bb0df62e9c208fe0cede5d09692e87be4037
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1004
1
+ 3.0.1005
@@ -11141,10 +11141,12 @@ module TencentCloud
11141
11141
  # @type CasterInputIndex: Integer
11142
11142
  # @param NeedMonitor: 该输入源是否正在监播
11143
11143
  # @type NeedMonitor: Boolean
11144
+ # @param CdnStreamId: 导播台pvw pgm的cdn流id
11145
+ # @type CdnStreamId: String
11144
11146
 
11145
- attr_accessor :InputStreamName, :InputDomain, :InputApp, :InputUrl, :Description, :CasterInputIndex, :NeedMonitor
11147
+ attr_accessor :InputStreamName, :InputDomain, :InputApp, :InputUrl, :Description, :CasterInputIndex, :NeedMonitor, :CdnStreamId
11146
11148
 
11147
- def initialize(inputstreamname=nil, inputdomain=nil, inputapp=nil, inputurl=nil, description=nil, casterinputindex=nil, needmonitor=nil)
11149
+ def initialize(inputstreamname=nil, inputdomain=nil, inputapp=nil, inputurl=nil, description=nil, casterinputindex=nil, needmonitor=nil, cdnstreamid=nil)
11148
11150
  @InputStreamName = inputstreamname
11149
11151
  @InputDomain = inputdomain
11150
11152
  @InputApp = inputapp
@@ -11152,6 +11154,7 @@ module TencentCloud
11152
11154
  @Description = description
11153
11155
  @CasterInputIndex = casterinputindex
11154
11156
  @NeedMonitor = needmonitor
11157
+ @CdnStreamId = cdnstreamid
11155
11158
  end
11156
11159
 
11157
11160
  def deserialize(params)
@@ -11162,6 +11165,7 @@ module TencentCloud
11162
11165
  @Description = params['Description']
11163
11166
  @CasterInputIndex = params['CasterInputIndex']
11164
11167
  @NeedMonitor = params['NeedMonitor']
11168
+ @CdnStreamId = params['CdnStreamId']
11165
11169
  end
11166
11170
  end
11167
11171
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-live
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1004
4
+ version: 3.0.1005
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-02-23 00:00:00.000000000 Z
11
+ date: 2025-02-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common