tencentcloud-sdk-live 3.0.1007 → 3.0.1008
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 +5 -58
- 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: 3c1a24060bd0b33c129dabcd3ef4367bcda7d26d
|
4
|
+
data.tar.gz: 8d2103f0437b69697b98dc12580804a68627dd89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6d771676b6b81f3e4c529fe223d493b3d80755c922c055f5569d623e3d1497ef8ed7cba2956f02290f01799c6b7e2e625fda6fd7791aad205c5234cc76ca994c
|
7
|
+
data.tar.gz: 79d2d0459693e7c04401e7d638185674eec1c2bde931a7d006f126e79f80053ffb3b27febda7d1ae92f1b2f66dba85dd7f4930028e76699af777300839d3ede1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1008
|
data/lib/v20180801/models.rb
CHANGED
@@ -806,11 +806,11 @@ module TencentCloud
|
|
806
806
|
# 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
|
807
807
|
# 接口返回的时间格式和查询请求传入的时间格式一致。
|
808
808
|
# @type EventTime: String
|
809
|
-
# @param EventType:
|
809
|
+
# @param EventType: 事件类型。
|
810
810
|
# @type EventType: Integer
|
811
|
-
# @param Request:
|
811
|
+
# @param Request: 回调请求。
|
812
812
|
# @type Request: String
|
813
|
-
# @param Response:
|
813
|
+
# @param Response: 回调响应。
|
814
814
|
# @type Response: String
|
815
815
|
# @param ResponseTime: 客户接口响应时间。
|
816
816
|
# 接口返回支持两种时间格式:
|
@@ -818,9 +818,9 @@ module TencentCloud
|
|
818
818
|
# 2)yyyy-MM-dd HH:mm:ss:使用此格式时,默认代表北京时间。
|
819
819
|
# 接口返回的时间格式和查询请求传入的时间格式一致。
|
820
820
|
# @type ResponseTime: String
|
821
|
-
# @param ResultCode:
|
821
|
+
# @param ResultCode: 回调结果。
|
822
822
|
# @type ResultCode: Integer
|
823
|
-
# @param StreamId:
|
823
|
+
# @param StreamId: 流名称。
|
824
824
|
# @type StreamId: String
|
825
825
|
|
826
826
|
attr_accessor :EventTime, :EventType, :Request, :Response, :ResponseTime, :ResultCode, :StreamId
|
@@ -884,34 +884,26 @@ module TencentCloud
|
|
884
884
|
# @param CasterId: 导播台ID
|
885
885
|
# @type CasterId: Integer
|
886
886
|
# @param CasterName: 导播台名称
|
887
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
888
887
|
# @type CasterName: String
|
889
888
|
# @param Description: 导播台的描述
|
890
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
891
889
|
# @type Description: String
|
892
890
|
# @param StartBillingTime: 开始计费时间,值为unix时间戳
|
893
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
894
891
|
# @type StartBillingTime: Integer
|
895
892
|
# @param StopBillingTime: 结束计费时间,值为unix时间戳
|
896
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
897
893
|
# @type StopBillingTime: Integer
|
898
894
|
# @param CreateTime: 创建时间,值为unix时间戳
|
899
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
900
895
|
# @type CreateTime: Integer
|
901
896
|
# @param Status: 导播台状态
|
902
897
|
# 0:停止状态,无预监,无主监
|
903
898
|
# 1:无预监,有主监
|
904
899
|
# 2:有预监,无主监
|
905
900
|
# 3:有预监,有主监
|
906
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
907
901
|
# @type Status: Integer
|
908
902
|
# @param ExpireTime: 导播台的过期时间,值为-1或unix时间戳。
|
909
903
|
# 当值为-1时,代表永不过期。
|
910
904
|
# 当值为特定unix时间戳时,代表过期时间为对应的时间,导播台在该时间自动停止。
|
911
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
912
905
|
# @type ExpireTime: Integer
|
913
906
|
# @param FeeType: 计费字段,该字段暂无作用
|
914
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
915
907
|
# @type FeeType: Integer
|
916
908
|
|
917
909
|
attr_accessor :CasterId, :CasterName, :Description, :StartBillingTime, :StopBillingTime, :CreateTime, :Status, :ExpireTime, :FeeType
|
@@ -946,37 +938,30 @@ module TencentCloud
|
|
946
938
|
# @param LayoutIndex: 布局Index。
|
947
939
|
# 如果使用自定义布局,为自定义布局下标。
|
948
940
|
# 如果使用单输入布局,如使用输入1,则LayoutIndexType=1, 且LayoutIndex=1,以此类推。
|
949
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
950
941
|
# @type LayoutIndex: Integer
|
951
942
|
# @param MarkPicIndexList: 使用的水印Index列表。
|
952
943
|
# 注:当作为入参使用时,列表中的水印Index需要已经存在。
|
953
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
954
944
|
# @type MarkPicIndexList: Array
|
955
945
|
# @param MarkWordIndexList: 使用的文字水印Index列表。
|
956
946
|
# 注:作为入参使用时,列表中的Index需要已经存在。
|
957
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
958
947
|
# @type MarkWordIndexList: Array
|
959
948
|
# @param TransitionType: 使用的转场类型。
|
960
949
|
# 注:支持的转场类型可通过DescribeCasterTransitionTypes接口获取。
|
961
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
962
950
|
# @type TransitionType: String
|
963
951
|
# @param AudioIndexList: 使用的音频输入Index列表。
|
964
952
|
# 注:当该字段非空时,表示使用布局中对应的输入源的视频,AudioIndexList中对应的输入源的音频。且这些输入源需已存在。
|
965
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
966
953
|
# @type AudioIndexList: Array
|
967
954
|
# @param InputStartType: 作为入参时,表示使用点播输入源,单画面输入时,点播文件是否从头开始播放。
|
968
955
|
# 默认为0。
|
969
956
|
# 有效值,0,1。
|
970
957
|
# 0代表不从头播放
|
971
958
|
# 1代表从头播放
|
972
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
973
959
|
# @type InputStartType: Integer
|
974
960
|
# @param LayoutIndexType: LayoutIndex类型,
|
975
961
|
# 默认值:0
|
976
962
|
# 可选值[0,1]
|
977
963
|
# 0:默认类型,代表普通布局
|
978
964
|
# 1:单输入类型,代表单输入布局
|
979
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
980
965
|
# @type LayoutIndexType: Integer
|
981
966
|
|
982
967
|
attr_accessor :LayoutIndex, :MarkPicIndexList, :MarkWordIndexList, :TransitionType, :AudioIndexList, :InputStartType, :LayoutIndexType
|
@@ -1110,38 +1095,30 @@ module TencentCloud
|
|
1110
1095
|
# @param InputUrl: 输入源的源地址。
|
1111
1096
|
# 最大允许长度512。
|
1112
1097
|
# 当InputType为0(推流地址),2(直播拉流地址),3(图片地址),4(webrtc推流地址)这几种类型时,URL需填入该字段。
|
1113
|
-
|
1114
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1115
1098
|
# @type InputUrl: String
|
1116
1099
|
# @param Description: 输入源描述。
|
1117
1100
|
# 最大允许长度256字符。
|
1118
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1119
1101
|
# @type Description: String
|
1120
1102
|
# @param InputUrls: 点播地址列表。仅当input type为1(点播地址)时,将一个或多个点播地址,填入该字段。
|
1121
1103
|
# 单个地址最大允许长度512字符。
|
1122
1104
|
# 最多允许同时填入5个地址。
|
1123
1105
|
# 注:此时需保持InputUrl字段为空。
|
1124
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1125
1106
|
# @type InputUrls: Array
|
1126
1107
|
# @param LoopEnable: 是否启用点播无限循环播放。
|
1127
1108
|
# 注:当前该字段未生效,默认为True。
|
1128
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1129
1109
|
# @type LoopEnable: Boolean
|
1130
1110
|
# @param LoopNumber: 点播循环次数。
|
1131
1111
|
# 允许值-1或正整数。
|
1132
1112
|
# 当值为-1时,表示无限循环。
|
1133
1113
|
# 当值为其他正整数时,表示循环对应次数。
|
1134
1114
|
# 注:该字段暂未生效。
|
1135
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1136
1115
|
# @type LoopNumber: Integer
|
1137
1116
|
# @param PullPushEnable: 是否启用拉取到导播台。
|
1138
1117
|
# 注:该字段默认强制为true。
|
1139
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1140
1118
|
# @type PullPushEnable: Boolean
|
1141
1119
|
# @param Volume: 输入源音量百分比。
|
1142
1120
|
# 默认为100。表示音量为原始大小。
|
1143
1121
|
# 允许值[0,200]。
|
1144
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1145
1122
|
# @type Volume: Integer
|
1146
1123
|
|
1147
1124
|
attr_accessor :InputIndex, :InputType, :InputUrl, :Description, :InputUrls, :LoopEnable, :LoopNumber, :PullPushEnable, :Volume
|
@@ -1187,11 +1164,9 @@ module TencentCloud
|
|
1187
1164
|
# @param LayoutWidth: 布局输出的宽度,单位为像素。
|
1188
1165
|
# 默认为1280像素。
|
1189
1166
|
# 注:该值仅在画中画布局,且未设置PgmWidth时生效。
|
1190
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1191
1167
|
# @type LayoutWidth: Integer
|
1192
1168
|
# @param LayoutHeight: 布局输出的高度,单位为像素。
|
1193
1169
|
# 注:该参数仅在画中画布局,且未设置PgmHeight时生效。
|
1194
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1195
1170
|
# @type LayoutHeight: Integer
|
1196
1171
|
|
1197
1172
|
attr_accessor :LayoutIndex, :LayoutTemplateId, :InputIndexList, :LayoutParams, :LayoutWidth, :LayoutHeight
|
@@ -1244,7 +1219,6 @@ module TencentCloud
|
|
1244
1219
|
# 当该值为小于1大于0的小数时,单位为百分比,表示该层在最终画面Y坐标上所占的比例值。
|
1245
1220
|
# @type LayerLocationY: Float
|
1246
1221
|
# @param UsePortraitSegment: 是否启用抠图。
|
1247
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1248
1222
|
# @type UsePortraitSegment: Boolean
|
1249
1223
|
|
1250
1224
|
attr_accessor :LayerId, :LayerWidth, :LayerHeight, :LayerLocationX, :LayerLocationY, :UsePortraitSegment
|
@@ -1273,7 +1247,6 @@ module TencentCloud
|
|
1273
1247
|
# @param MarkPicIndex: 水印图片Index。
|
1274
1248
|
# @type MarkPicIndex: Integer
|
1275
1249
|
# @param MarkPicId: 注:该字段已废弃。
|
1276
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1277
1250
|
# @type MarkPicId: Integer
|
1278
1251
|
# @param MarkPicWidth: 水印图片在输出时的宽度。
|
1279
1252
|
# 当该值为大于1的整数值时,单位为像素,允许范围[1,1920]。
|
@@ -1293,15 +1266,12 @@ module TencentCloud
|
|
1293
1266
|
# @type MarkPicLocationY: Float
|
1294
1267
|
# @param MarkPicUrl: 水印地址。
|
1295
1268
|
# 最大长度256字符,且url需以jpg、jpeg、png、bmp、gif后缀结尾。
|
1296
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1297
1269
|
# @type MarkPicUrl: String
|
1298
1270
|
# @param Description: 水印描述。
|
1299
1271
|
# 最大允许长度为256。
|
1300
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1301
1272
|
# @type Description: String
|
1302
1273
|
# @param IsEqualProportion: 是否启用了等比例缩放。
|
1303
1274
|
# 注:该字段仅做状态保存,无实际效果。
|
1304
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1305
1275
|
# @type IsEqualProportion: Boolean
|
1306
1276
|
|
1307
1277
|
attr_accessor :MarkPicIndex, :MarkPicId, :MarkPicWidth, :MarkPicHeight, :MarkPicLocationX, :MarkPicLocationY, :MarkPicUrl, :Description, :IsEqualProportion
|
@@ -1336,54 +1306,41 @@ module TencentCloud
|
|
1336
1306
|
# @param MarkWordIndex: 文字水印Index。
|
1337
1307
|
# @type MarkWordIndex: Integer
|
1338
1308
|
# @param MarkWordText: 文字水印内容。
|
1339
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1340
1309
|
# @type MarkWordText: String
|
1341
1310
|
# @param MarkWordFontSize: 文字水印的字号。
|
1342
1311
|
# 范围[16, 60]
|
1343
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1344
1312
|
# @type MarkWordFontSize: Integer
|
1345
1313
|
# @param MarkWordFontColor: 文字水印的颜色,值为HEX颜色代码
|
1346
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1347
1314
|
# @type MarkWordFontColor: String
|
1348
1315
|
# @param MarkWordFontType: 文字水印的字体类型。
|
1349
1316
|
# 范围[1,2]。
|
1350
1317
|
# 1. 宋体
|
1351
1318
|
# 2. 黑体
|
1352
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1353
1319
|
# @type MarkWordFontType: Integer
|
1354
1320
|
# @param MarkWordLocationX: 文字水印的x坐标位置,单位百分比。
|
1355
1321
|
# 范围[0.0, 1.0]
|
1356
|
-
|
1357
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1358
1322
|
# @type MarkWordLocationX: Float
|
1359
1323
|
# @param MarkWordLocationY: 文字水印的Y坐标位置,单位百分比。
|
1360
1324
|
# 范围[0.0, 1.0]
|
1361
|
-
|
1362
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1363
1325
|
# @type MarkWordLocationY: Float
|
1364
1326
|
# @param MarkWordRollEnable: 是否开启文字跑马灯功能。
|
1365
1327
|
# 默认为false。
|
1366
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1367
1328
|
# @type MarkWordRollEnable: Boolean
|
1368
1329
|
# @param MarkWordRollOnceTime: 跑马灯文字显示一遍的时间,单位为秒。
|
1369
1330
|
# 默认为5s。
|
1370
1331
|
# 范围[5, 600]。
|
1371
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1372
1332
|
# @type MarkWordRollOnceTime: Integer
|
1373
1333
|
# @param MarkWordRollDirection: 跑马灯文字的方向。
|
1374
1334
|
# 默认值为0。
|
1375
1335
|
# 范围[0,1]。
|
1376
1336
|
# 0 从左到右
|
1377
1337
|
# 1 从右到左
|
1378
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1379
1338
|
# @type MarkWordRollDirection: Integer
|
1380
1339
|
# @param MarkWordRollStartLocationX: 跑马灯文字显示的起始x坐标,单位百分比。
|
1381
1340
|
# 范围[0.0, 1.0]
|
1382
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1383
1341
|
# @type MarkWordRollStartLocationX: Float
|
1384
1342
|
# @param MarkWordRollEndLocationX: 跑马灯文字显示的截止x坐标,单位百分比。
|
1385
1343
|
# 范围[0.0, 1.0]
|
1386
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1387
1344
|
# @type MarkWordRollEndLocationX: Float
|
1388
1345
|
|
1389
1346
|
attr_accessor :MarkWordIndex, :MarkWordText, :MarkWordFontSize, :MarkWordFontColor, :MarkWordFontType, :MarkWordLocationX, :MarkWordLocationY, :MarkWordRollEnable, :MarkWordRollOnceTime, :MarkWordRollDirection, :MarkWordRollStartLocationX, :MarkWordRollEndLocationX
|
@@ -1430,12 +1387,10 @@ module TencentCloud
|
|
1430
1387
|
# 最大允许长度512字符。
|
1431
1388
|
# @type OutputUrl: String
|
1432
1389
|
# @param Description: 描述信息。
|
1433
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1434
1390
|
# @type Description: String
|
1435
1391
|
# @param OutputStreamId: 推流到腾讯云直播源站时,使用的流ID。
|
1436
1392
|
# 仅当OutputType为1时生效。
|
1437
1393
|
# 最大允许128字符。
|
1438
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1439
1394
|
# @type OutputStreamId: String
|
1440
1395
|
# @param OutputType: 推流类型。
|
1441
1396
|
# 范围[1,2]
|
@@ -1445,17 +1400,14 @@ module TencentCloud
|
|
1445
1400
|
# @param OutputDomainName: 推到腾讯云直播源站时,使用的域名。
|
1446
1401
|
# 最大允许128字符,且域名需属于当前账号绑定的云直播推流域名。
|
1447
1402
|
# 仅在OutputType为1时生效。
|
1448
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1449
1403
|
# @type OutputDomainName: String
|
1450
1404
|
# @param OutputAppName: 推到腾讯云直播源站时,使用的AppName。
|
1451
1405
|
# 最大允许64字符。
|
1452
1406
|
# 仅在OutputType为1时生效。
|
1453
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1454
1407
|
# @type OutputAppName: String
|
1455
1408
|
# @param OutputParam: 推到腾讯云直播源站时需要添加的推流参数。
|
1456
1409
|
# 最大允许长度256字符。
|
1457
1410
|
# 仅在OutputType为1时生效。
|
1458
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
1459
1411
|
# @type OutputParam: String
|
1460
1412
|
|
1461
1413
|
attr_accessor :OutputIndex, :OutputUrl, :Description, :OutputStreamId, :OutputType, :OutputDomainName, :OutputAppName, :OutputParam
|
@@ -13621,7 +13573,6 @@ module TencentCloud
|
|
13621
13573
|
# @param Flux: 流量,单位MB。
|
13622
13574
|
# @type Flux: Float
|
13623
13575
|
# @param ServerIp: 推流服务端 IP。
|
13624
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
13625
13576
|
# @type ServerIp: String
|
13626
13577
|
|
13627
13578
|
attr_accessor :Time, :PushDomain, :AppName, :ClientIp, :BeginPushTime, :Resolution, :VCodec, :ACodec, :Sequence, :VideoFps, :VideoRate, :AudioFps, :AudioRate, :LocalTs, :VideoTs, :AudioTs, :MetaVideoRate, :MetaAudioRate, :MateFps, :StreamParam, :Bandwidth, :Flux, :ServerIp
|
@@ -14651,7 +14602,6 @@ module TencentCloud
|
|
14651
14602
|
# @param PushToDelay: 流是否推送到延播。
|
14652
14603
|
# 0 - 无延播,
|
14653
14604
|
# 1 - 有延播。
|
14654
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
14655
14605
|
# @type PushToDelay: Integer
|
14656
14606
|
|
14657
14607
|
attr_accessor :StreamName, :PublishTimeList, :AppName, :DomainName, :PushToDelay
|
@@ -15285,13 +15235,10 @@ module TencentCloud
|
|
15285
15235
|
# 转场信息
|
15286
15236
|
class TransitionTypeInfo < TencentCloud::Common::AbstractModel
|
15287
15237
|
# @param TransitionType: 转场名称
|
15288
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15289
15238
|
# @type TransitionType: String
|
15290
15239
|
# @param SourceUrl: 素材url
|
15291
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15292
15240
|
# @type SourceUrl: String
|
15293
15241
|
# @param Index: 转场的下标,可用来排序,从1开始递增
|
15294
|
-
# 注意:此字段可能返回 null,表示取不到有效值。
|
15295
15242
|
# @type Index: Integer
|
15296
15243
|
|
15297
15244
|
attr_accessor :TransitionType, :SourceUrl, :Index
|
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.1008
|
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-
|
11
|
+
date: 2025-02-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|