tencentcloud-sdk-live 3.0.1114 → 3.0.1127
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180801/models.rb +2 -6
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ad2b235d3b8775813a3f6cf6850c7a97e17ab4e1
|
4
|
+
data.tar.gz: c52f3d084730b5da9fc806aa87f48741674ef14a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86a51b2aa68422e8e52044406ce70d16bb805e96c73c4952567a0ab88fed2c1200d688f6fa5a32b8cbe050953fe6429db722a7f4c6451fb9d37143649a6f0987
|
7
|
+
data.tar.gz: 11079108fd4b9b9b308280857c913f713c9f0edb3128ba744258fbbcafba6a578c04f3cf427cee76ed4f7b107b0ff5a81aef72f4f56de4590a2c69dd1d29485c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1127
|
data/lib/v20180801/models.rb
CHANGED
@@ -5395,11 +5395,7 @@ module TencentCloud
|
|
5395
5395
|
# @type EndTime: String
|
5396
5396
|
# @param PlayDomains: 直播播放域名,若不填,表示总体数据。
|
5397
5397
|
# @type PlayDomains: Array
|
5398
|
-
# @param MainlandOrOversea: 可选值:
|
5399
|
-
# Mainland:查询国内数据,
|
5400
|
-
# Oversea:则查询国外数据,
|
5401
|
-
# 默认:查询国内+国外的数据。
|
5402
|
-
# 注:LEB(快直播)只支持国内+国外数据查询。
|
5398
|
+
# @param MainlandOrOversea: 可选值:Mainland:查询国内数据,Oversea:则查询国外数据,默认:查询国内+国外的数据。
|
5403
5399
|
# @type MainlandOrOversea: String
|
5404
5400
|
# @param Granularity: 数据粒度,支持如下粒度:
|
5405
5401
|
# 5:5分钟粒度,(跨度不支持超过1天),
|
@@ -14180,7 +14176,7 @@ module TencentCloud
|
|
14180
14176
|
class RecordParam < TencentCloud::Common::AbstractModel
|
14181
14177
|
# @param RecordInterval: 录制间隔。
|
14182
14178
|
# 单位秒,默认:1800。
|
14183
|
-
# 取值范围:
|
14179
|
+
# FLV、MP4取值范围: 60-43200, AAC取值范围: 60-7200 。
|
14184
14180
|
# 此参数对 HLS 无效,当录制 HLS 时从推流到断流生成一个文件。
|
14185
14181
|
# @type RecordInterval: Integer
|
14186
14182
|
# @param StorageTime: 录制存储时长。
|
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.
|
4
|
+
version: 3.0.1127
|
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-
|
11
|
+
date: 2025-08-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|