tencentcloud-sdk-cme 3.0.1072 → 3.0.1074

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: 75305a421db2821c224c3283fbb81d04a1a26569
4
- data.tar.gz: 38eb63739601f130dd2cf964997d6606209be2eb
3
+ metadata.gz: b285e2fb80ec51b90a74cfead434f4dc93a5b54c
4
+ data.tar.gz: a97b74654c29564f0660bcb702a2d26922b0b00d
5
5
  SHA512:
6
- metadata.gz: 2264c0e7671998c6d6fc4a4f7306c565e29dfd343306c5ca2a0ade4f596692301ee7d2af808a7d87c33194c9f40ae491b6bb4ceac0290df0e84f5d9978ecb5af
7
- data.tar.gz: 2529fe12dda2442e53b3cc5fa91135fe2379b10a7cc259a46b212b3d63e057408f8f37e1c0685d129f1dadf20cd202157666ae029ff0092756b03e489b370999
6
+ metadata.gz: 288618b52b8064d00fcd1bd10ab946f97c9087cbd8f3bc02c4afb2404ab71f0a9864573d25a17dbd536ceea5a0eab44fee8b95050b00fa1d4c612dfb4276f049
7
+ data.tar.gz: 4297b9d934b4094bab055ac2bae41febc65eed691379feffeb852615e6c4f8d618c208accc2fc39c796cc7dca8a827fac76ad3dcde4cb47065c224ebe9b4c4e4
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1072
1
+ 3.0.1074
@@ -131,7 +131,6 @@ module TencentCloud
131
131
  # <li>导播台项目:用于云导播台;</li>
132
132
  # <li>视频拆条:用于视频拆条;</li>
133
133
  # <li>录制回放项目:用于直播录制回放;</li>
134
- # <li>云转推项目:用于直播云转推<font color=red>(废弃,可使用媒体转推项目替代)</font>;</li>
135
134
  # <li>媒体转推项目:用于媒体文件转直播输出。</li>
136
135
 
137
136
  # @param request: Request instance for CreateProject.
@@ -681,6 +681,9 @@ module TencentCloud
681
681
  # @type MediaCastProjectInput: :class:`Tencentcloud::Cme.v20191029.models.MediaCastProjectInput`
682
682
 
683
683
  attr_accessor :Platform, :Name, :Owner, :Category, :Mode, :AspectRatio, :Description, :SwitcherProjectInput, :LiveStreamClipProjectInput, :VideoEditProjectInput, :VideoSegmentationProjectInput, :StreamConnectProjectInput, :RecordReplayProjectInput, :MediaCastProjectInput
684
+ extend Gem::Deprecate
685
+ deprecate :AspectRatio, :none, 2025, 6
686
+ deprecate :AspectRatio=, :none, 2025, 6
684
687
 
685
688
  def initialize(platform=nil, name=nil, owner=nil, category=nil, mode=nil, aspectratio=nil, description=nil, switcherprojectinput=nil, livestreamclipprojectinput=nil, videoeditprojectinput=nil, videosegmentationprojectinput=nil, streamconnectprojectinput=nil, recordreplayprojectinput=nil, mediacastprojectinput=nil)
686
689
  @Platform = platform
@@ -2612,6 +2615,9 @@ module TencentCloud
2612
2615
  # @type StorageId: String
2613
2616
 
2614
2617
  attr_accessor :MediaKey, :Definition, :StorageId
2618
+ extend Gem::Deprecate
2619
+ deprecate :Definition, :none, 2025, 6
2620
+ deprecate :Definition=, :none, 2025, 6
2615
2621
 
2616
2622
  def initialize(mediakey=nil, definition=nil, storageid=nil)
2617
2623
  @MediaKey = mediakey
@@ -3580,6 +3586,9 @@ module TencentCloud
3580
3586
  # @type TagInfoSet: Array
3581
3587
 
3582
3588
  attr_accessor :MaterialId, :MaterialType, :Owner, :Name, :CreateTime, :UpdateTime, :ClassPath, :PresetTagSet, :TagSet, :PreviewUrl, :TagInfoSet
3589
+ extend Gem::Deprecate
3590
+ deprecate :TagInfoSet, :none, 2025, 6
3591
+ deprecate :TagInfoSet=, :none, 2025, 6
3583
3592
 
3584
3593
  def initialize(materialid=nil, materialtype=nil, owner=nil, name=nil, createtime=nil, updatetime=nil, classpath=nil, presettagset=nil, tagset=nil, previewurl=nil, taginfoset=nil)
3585
3594
  @MaterialId = materialid
@@ -5635,6 +5644,9 @@ module TencentCloud
5635
5644
  # @type SourceContext: String
5636
5645
 
5637
5646
  attr_accessor :FileId, :MaterialId, :Operator, :OperationType, :Owner, :ClassPath, :TaskId, :SourceContext
5647
+ extend Gem::Deprecate
5648
+ deprecate :Operator, :none, 2025, 6
5649
+ deprecate :Operator=, :none, 2025, 6
5638
5650
 
5639
5651
  def initialize(fileid=nil, materialid=nil, operator=nil, operationtype=nil, owner=nil, classpath=nil, taskid=nil, sourcecontext=nil)
5640
5652
  @FileId = fileid
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-cme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1072
4
+ version: 3.0.1074
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-06-01 00:00:00.000000000 Z
11
+ date: 2025-06-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common