tencentcloud-sdk-vod 3.0.1098 → 3.0.1104

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: d2d8b9b1551c80f57ea074c2654b7a59566cc024
4
- data.tar.gz: 0252dd1433e8c0d1a09aa45a0285a77058bc82ae
3
+ metadata.gz: cf60fe8871cf558785ec7d3304808b3dbfe46597
4
+ data.tar.gz: 12b89b16aaf7aa0ba166acfbe9a772e213d334df
5
5
  SHA512:
6
- metadata.gz: e39b2015fe45b6aa44fa4151a60ada5b585c2a1ffbe2f946070bb78d7321d68af67e359dd01318bdba492517b5a8e857f1e3685af7d0128db23bcf0a9cf07af0
7
- data.tar.gz: b336391c80a07ae7dbe7988b05c156f786de5192ec75e77af792a4678a4fec935f0e49d41fc0f0b9e1930d2cfed3f0a84d67e1b3174082948a5ba20c8b6d7dc3
6
+ metadata.gz: ea2ebed9a1ea4391395fe0fff77ff2d47a9619ff14ba8d3e5ee71b18b6c9b5d51679e93a55564450fcd3c9e9e850926c934031f5a8eefd29deffc44481cccc77
7
+ data.tar.gz: 67480a798fd4e43f9f23c4329dabd53fbe400f2f24fda515776c8e837ddd6a1cc834108da5c45452a0454fb22f2e0bb4bf7eeade4faf172b0075fc69e8c549a4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1098
1
+ 3.0.1104
@@ -15052,20 +15052,23 @@ module TencentCloud
15052
15052
  # @type SubAppId: Integer
15053
15053
  # @param RoundPlayId: 轮播播单唯一标识。
15054
15054
  # @type RoundPlayId: String
15055
- # @param Operation: 操作类型,取值有:<li>Insert:向当前播放列表插入播放节目。</li> <li>InsertTemporary:向当前播放列表临时插入播放节目。只能插入到当前正在播放的节目后面,临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的播放节目。不能删除正在播放的节目。</li>
15055
+ # @param Operation: 操作类型,取值有:<li>Insert:向当前播放列表插入节目。插入的节目在后续轮播过程仍然有效。</li> <li>InsertTemporary:向当前播放列表临时插入节目。临时插入的节目只在本次轮播过程生效。</li><li>Delete:删除播放列表中的节目。不能删除正在播放的节目。</li>
15056
15056
  # @type Operation: String
15057
- # @param ItemId: 播单节目 ID。当 Operation 为 Insert 时必填,表示插入的节目列表位于该播放节目之后。插入的位置必须在当前正在播放的节目之后。
15057
+ # @param ItemId: 播单节目 ID <li>当 Operation 为 Insert 时,该字段必填,表示插入的节目列表位于该节目之后。</li> <li>当 Operation 为 InsertTemporary 时,该字段选填,不填时表示插入节目到最近的一个插入点上。当该字段填写时,如果同时填写 SegmentIndex,表示节目被插入到 ItemId 对应节目的第 SegmentIndex 分片后面,否则插入到该节目之后。</li> <li>当 Operation 为 Delete 时,该字段必填,表示删除该节目。不能删除正在播放的节目。</li>
15058
15058
  # @type ItemId: String
15059
+ # @param SegmentIndex: M3U8 文件分片的索引号。M3U8 文件第一个分片的 SegmentIndex 为0。当 Operation 为 InsertTemporary 且 ItemId 有值时该参数有效。
15060
+ # @type SegmentIndex: Integer
15059
15061
  # @param RoundPlaylist: 节目列表。当 Operation 为 Insert、InsertTemporary、Delete 时必填,表示要操作的节目列表。列表长度最大为10。
15060
15062
  # @type RoundPlaylist: Array
15061
15063
 
15062
- attr_accessor :SubAppId, :RoundPlayId, :Operation, :ItemId, :RoundPlaylist
15064
+ attr_accessor :SubAppId, :RoundPlayId, :Operation, :ItemId, :SegmentIndex, :RoundPlaylist
15063
15065
 
15064
- def initialize(subappid=nil, roundplayid=nil, operation=nil, itemid=nil, roundplaylist=nil)
15066
+ def initialize(subappid=nil, roundplayid=nil, operation=nil, itemid=nil, segmentindex=nil, roundplaylist=nil)
15065
15067
  @SubAppId = subappid
15066
15068
  @RoundPlayId = roundplayid
15067
15069
  @Operation = operation
15068
15070
  @ItemId = itemid
15071
+ @SegmentIndex = segmentindex
15069
15072
  @RoundPlaylist = roundplaylist
15070
15073
  end
15071
15074
 
@@ -15074,6 +15077,7 @@ module TencentCloud
15074
15077
  @RoundPlayId = params['RoundPlayId']
15075
15078
  @Operation = params['Operation']
15076
15079
  @ItemId = params['ItemId']
15080
+ @SegmentIndex = params['SegmentIndex']
15077
15081
  unless params['RoundPlaylist'].nil?
15078
15082
  @RoundPlaylist = []
15079
15083
  params['RoundPlaylist'].each do |i|
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-vod
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1098
4
+ version: 3.0.1104
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-07-10 00:00:00.000000000 Z
11
+ date: 2025-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common