tencentcloud-sdk-python-intl-en 3.0.1177__py2.py3-none-any.whl → 3.0.1178__py2.py3-none-any.whl

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.

Potentially problematic release.


This version of tencentcloud-sdk-python-intl-en might be problematic. Click here for more details.

@@ -1598,7 +1598,8 @@ class AdaptiveStreamTemplate(AbstractModel):
1598
1598
  <li>1: yes.</li>
1599
1599
  :type RemoveVideo: int
1600
1600
  :param _AudioList: Audio parameter information list.
1601
- The parameter is only used when merging multiple audio tracks with self-adaptive transcoding. the maximum length of the parameter array is 64.
1601
+ The parameter is only used when merging multiple audio tracks in adaptive bitrate transcoding. the maximum length of the parameter array is 64.
1602
+
1602
1603
  Note: This field may return null, indicating that no valid value can be obtained.
1603
1604
  :type AudioList: list of AudioTemplateInfo
1604
1605
  """
@@ -1659,7 +1660,8 @@ Note: This field may return null, indicating that no valid value can be obtained
1659
1660
  @property
1660
1661
  def AudioList(self):
1661
1662
  """Audio parameter information list.
1662
- The parameter is only used when merging multiple audio tracks with self-adaptive transcoding. the maximum length of the parameter array is 64.
1663
+ The parameter is only used when merging multiple audio tracks in adaptive bitrate transcoding. the maximum length of the parameter array is 64.
1664
+
1663
1665
  Note: This field may return null, indicating that no valid value can be obtained.
1664
1666
  :rtype: list of AudioTemplateInfo
1665
1667
  """
@@ -11508,14 +11510,15 @@ Unit: Hz.
11508
11510
  Please ensure that the sampling rate of the source audio stream is within the value range of the above options. otherwise, transcoding failure may occur.
11509
11511
  :type SampleRate: int
11510
11512
  :param _AudioChannel: Audio channel mode. Valid values:
11511
- <li>1: single channel.</li>
11512
- <li>2: dual channel.</li>
11513
- <li>6: 5.1 surround sound.</li>
11514
- When the media encapsulation format is audio (flac, ogg, mp3, and m4a), the number of channels cannot be set to 5.1 surround sound.
11515
- Default value: 2.
11513
+ <li>1: mono-channel.</li>
11514
+ <li>2: dual-channel.</li>
11515
+ <li>6: 5.1 surround sound.
11516
+ <li>Default value: 2.
11517
+ When the container format is audio (flac, ogg, mp3, and m4a), the audio channel cannot be set to 5.1 surround sound.
11516
11518
  :type AudioChannel: int
11517
11519
  :param _TrackChannelInfo: Merge audio track information.
11518
- This field only takes effec in adaptive bitrate transcoding.
11520
+ This field only takes effect in adaptive bitrate transcoding.
11521
+
11519
11522
  Note: This field may return null, indicating that no valid value can be obtained.
11520
11523
  :type TrackChannelInfo: :class:`tencentcloud.mps.v20190612.models.AudioTrackChannelInfo`
11521
11524
  """
@@ -11588,11 +11591,11 @@ Please ensure that the sampling rate of the source audio stream is within the va
11588
11591
  @property
11589
11592
  def AudioChannel(self):
11590
11593
  """Audio channel mode. Valid values:
11591
- <li>1: single channel.</li>
11592
- <li>2: dual channel.</li>
11593
- <li>6: 5.1 surround sound.</li>
11594
- When the media encapsulation format is audio (flac, ogg, mp3, and m4a), the number of channels cannot be set to 5.1 surround sound.
11595
- Default value: 2.
11594
+ <li>1: mono-channel.</li>
11595
+ <li>2: dual-channel.</li>
11596
+ <li>6: 5.1 surround sound.
11597
+ <li>Default value: 2.
11598
+ When the container format is audio (flac, ogg, mp3, and m4a), the audio channel cannot be set to 5.1 surround sound.
11596
11599
  :rtype: int
11597
11600
  """
11598
11601
  return self._AudioChannel
@@ -11604,7 +11607,8 @@ Default value: 2.
11604
11607
  @property
11605
11608
  def TrackChannelInfo(self):
11606
11609
  """Merge audio track information.
11607
- This field only takes effec in adaptive bitrate transcoding.
11610
+ This field only takes effect in adaptive bitrate transcoding.
11611
+
11608
11612
  Note: This field may return null, indicating that no valid value can be obtained.
11609
11613
  :rtype: :class:`tencentcloud.mps.v20190612.models.AudioTrackChannelInfo`
11610
11614
  """
@@ -11661,15 +11665,17 @@ Note: This field may return null, indicating that no valid values can be obtaine
11661
11665
  :type Codec: str
11662
11666
  :param _Bitrate: Audio stream bitrate in Kbps. Value range: 0 and [26, 256]. If the value is 0, the bitrate of the audio stream will be the same as that of the original audio.
11663
11667
  :type Bitrate: int
11664
- :param _SampleRate: The sampling rate of the audio stream. the supported sampling rate options vary for different encoding standards. for details, see audio sampling rate support scope document https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53.
11665
- Please ensure that the sampling rate of the source audio stream is within the value range of the above options. otherwise, transcoding failure may occur.
11668
+ :param _SampleRate: The sampling rate of the audio stream. the sampling rate options supported by different encoding standards are different. for details, see the audio sample rate support scope document (https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).
11669
+ Unit: Hz.
11670
+ Please ensure that the sampling rate of the source audio stream is within the scope of the above options. otherwise, transcoding failure may occur.
11666
11671
  Note: This field may return null, indicating that no valid value can be obtained.
11667
11672
  :type SampleRate: int
11668
11673
  :param _AudioChannel: Audio channel mode. Valid values:
11669
- <li>1: single channel.</li>
11670
- <li>2: dual channel.</li>
11671
- <li>6: 5.1 surround sound.</li>
11672
- When the media encapsulation format is audio (flac, ogg, mp3, and m4a), the number of channels cannot be set to 5.1 surround sound.
11674
+ <li>1: mono-channel.</li>
11675
+ <li>2: dual-channel.</li>
11676
+ <li>6: 5.1 surround sound.
11677
+ When the container format is audio (flac, ogg, mp3, and m4a), the audio channel cannot be set to 5.1 surround sound.
11678
+
11673
11679
  Note: This field may return null, indicating that no valid values can be obtained.
11674
11680
  :type AudioChannel: int
11675
11681
  :param _StreamSelects: The audio tracks to retain. All audio tracks are retained by default.
@@ -11722,8 +11728,9 @@ Note: This field may return null, indicating that no valid values can be obtaine
11722
11728
 
11723
11729
  @property
11724
11730
  def SampleRate(self):
11725
- """The sampling rate of the audio stream. the supported sampling rate options vary for different encoding standards. for details, see audio sampling rate support scope document https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53.
11726
- Please ensure that the sampling rate of the source audio stream is within the value range of the above options. otherwise, transcoding failure may occur.
11731
+ """The sampling rate of the audio stream. the sampling rate options supported by different encoding standards are different. for details, see the audio sample rate support scope document (https://intl.cloud.tencent.com/document/product/862/77166?from_cn_redirect=1#f3b039f1-d817-4a96-b4e4-90132d31cd53).
11732
+ Unit: Hz.
11733
+ Please ensure that the sampling rate of the source audio stream is within the scope of the above options. otherwise, transcoding failure may occur.
11727
11734
  Note: This field may return null, indicating that no valid value can be obtained.
11728
11735
  :rtype: int
11729
11736
  """
@@ -11736,10 +11743,11 @@ Note: This field may return null, indicating that no valid value can be obtained
11736
11743
  @property
11737
11744
  def AudioChannel(self):
11738
11745
  """Audio channel mode. Valid values:
11739
- <li>1: single channel.</li>
11740
- <li>2: dual channel.</li>
11741
- <li>6: 5.1 surround sound.</li>
11742
- When the media encapsulation format is audio (flac, ogg, mp3, and m4a), the number of channels cannot be set to 5.1 surround sound.
11746
+ <li>1: mono-channel.</li>
11747
+ <li>2: dual-channel.</li>
11748
+ <li>6: 5.1 surround sound.
11749
+ When the container format is audio (flac, ogg, mp3, and m4a), the audio channel cannot be set to 5.1 surround sound.
11750
+
11743
11751
  Note: This field may return null, indicating that no valid values can be obtained.
11744
11752
  :rtype: int
11745
11753
  """
@@ -11784,21 +11792,23 @@ class AudioTrackChannelInfo(AbstractModel):
11784
11792
 
11785
11793
  def __init__(self):
11786
11794
  r"""
11787
- :param _ChannelsRemix: Whether to enable the feature of multi-audio track mixing. valid values:
11788
- 0: indicates not enabling multi-audio track mix.
11789
- 1: Indicates enabling multi-audio track mixing.
11790
- Default value: 0
11795
+ :param _ChannelsRemix: Whether to enable the feature of multi-audio track mixing. Valid values:
11796
+ <li>0: To disable the multi-audio track mixing feature.
11797
+ <li>1: To enable the multi-audio track mixing feature.
11798
+ <li>Default value: 0.
11791
11799
 
11792
11800
  Note: This field may return null, indicating that no valid value can be obtained.
11793
11801
  :type ChannelsRemix: int
11794
- :param _SelectType: Set the selector type for the input audio track. valid values:
11795
- Track: indicates the usage of audio track id;.
11796
- Track_channel: indicates the usage of the audio track id and sound channel id.
11797
- Default: track.
11798
- If the original video has multiple channels, it is recommended to use track_channel.
11802
+ :param _SelectType: Set the selector type for the input audio track. Valid values:
11803
+ <li>track: indicates the usage of audio track id to identify the track to be used.
11804
+ <li>track_channel: indicates the usage of both the audio track id and sound channel id to identify the track and channel to be used.
11805
+ <li>Default value: track.
11806
+ If the original audio track has multiple sound channels, please use track_channel.
11807
+
11799
11808
  Note: This field may return null, indicating that no valid value can be obtained.
11800
11809
  :type SelectType: str
11801
11810
  :param _InputTrackInfo: Audio track information.
11811
+
11802
11812
  Note: This field may return null, indicating that no valid value can be obtained.
11803
11813
  :type InputTrackInfo: list of TrackInfo
11804
11814
  """
@@ -11808,10 +11818,10 @@ Note: This field may return null, indicating that no valid value can be obtained
11808
11818
 
11809
11819
  @property
11810
11820
  def ChannelsRemix(self):
11811
- """Whether to enable the feature of multi-audio track mixing. valid values:
11812
- 0: indicates not enabling multi-audio track mix.
11813
- 1: Indicates enabling multi-audio track mixing.
11814
- Default value: 0
11821
+ """Whether to enable the feature of multi-audio track mixing. Valid values:
11822
+ <li>0: To disable the multi-audio track mixing feature.
11823
+ <li>1: To enable the multi-audio track mixing feature.
11824
+ <li>Default value: 0.
11815
11825
 
11816
11826
  Note: This field may return null, indicating that no valid value can be obtained.
11817
11827
  :rtype: int
@@ -11824,11 +11834,12 @@ Note: This field may return null, indicating that no valid value can be obtained
11824
11834
 
11825
11835
  @property
11826
11836
  def SelectType(self):
11827
- """Set the selector type for the input audio track. valid values:
11828
- Track: indicates the usage of audio track id;.
11829
- Track_channel: indicates the usage of the audio track id and sound channel id.
11830
- Default: track.
11831
- If the original video has multiple channels, it is recommended to use track_channel.
11837
+ """Set the selector type for the input audio track. Valid values:
11838
+ <li>track: indicates the usage of audio track id to identify the track to be used.
11839
+ <li>track_channel: indicates the usage of both the audio track id and sound channel id to identify the track and channel to be used.
11840
+ <li>Default value: track.
11841
+ If the original audio track has multiple sound channels, please use track_channel.
11842
+
11832
11843
  Note: This field may return null, indicating that no valid value can be obtained.
11833
11844
  :rtype: str
11834
11845
  """
@@ -11841,6 +11852,7 @@ Note: This field may return null, indicating that no valid value can be obtained
11841
11852
  @property
11842
11853
  def InputTrackInfo(self):
11843
11854
  """Audio track information.
11855
+
11844
11856
  Note: This field may return null, indicating that no valid value can be obtained.
11845
11857
  :rtype: list of TrackInfo
11846
11858
  """
@@ -47262,19 +47274,20 @@ class TrackInfo(AbstractModel):
47262
47274
 
47263
47275
  def __init__(self):
47264
47276
  r"""
47265
- :param _TrackNum: Audio track and sound channel serial number, description:
47266
- When the SelectType value is trask, this value is of the integer type, for example: 1.
47267
- When the SelectType value is trask_channel, this value is of the decimal type, for example: 1.0.
47268
- Default value: `1.0`.
47269
- The integer part represents the audio track serial number, and the decimal part represents the sound channel. The audio track serial number is the stream index of the audio track, and input of 0 and positive integers is supported. The decimal part supports up to 2 decimal places, and only 0 - 63 is supported. However, when the Codec is aac/eac3/ac3, only 0 - 15 is supported for the decimal part. For example: for an audio track with a stream index of 1, 1.0 represents the first sound channel of this audio track, and 1.1 represents the second sound channel of this audio track.
47277
+ :param _TrackNum: The serial number of the audio track and sound channel.
47278
+ <li>When the value of SelectType is track, this value is an integer, for example: 1.
47279
+ <li>When the value of SelectType is track_channel, this value is a decimal, for example: 1.0.
47280
+ <li>Default value: 1.0.
47281
+ The integer part represents the audio track serial number, and the decimal part represents the sound channel. The audio track serial number is the stream index value of the audio track, which can be 0 or a positive integer. The decimal part supports up to 2 decimal places, and only 0 - 63 is supported. However, when the Codec is aac/eac3/ac3, only 0 - 15 is supported for the decimal part. For example: for an audio track with a stream index value of 1, 1.0 represents the first sound channel of this audio track, and 1.1 represents the second sound channel of this audio track.
47282
+
47270
47283
  Note: This field may return null, indicating that no valid value can be obtained.
47271
47284
  :type TrackNum: str
47272
- :param _ChannelVolume: Sound channel volume. specifies the volume of the sound channel.
47273
- Specifies that when the value of AudioChannel is 1, the length of this array is 1, for example: [6].
47274
- Specifies that when the value of AudioChannel is 2, the array length is 2. for example: [0,6].
47275
- When the value of AudioChannel is 6, the length of this array is greater than 2 and less than 16, for example: [-60,0,0,6].
47276
- Specifies the value array of this parameter. the value range is [-60, 6]. among them, -60 indicates mute, 0 indicates keeping the original volume, and 6 indicates doubling the original volume. the default value is -60.
47277
- Note: supports 3 decimal places.
47285
+ :param _ChannelVolume: The volume of the sound channel.
47286
+ <li>When the value of AudioChannel is 1, the length of this array is 1. For example: [6].
47287
+ <li>When the value of AudioChannel is 2, the length of this array is 2. For example: [0,6].
47288
+ <li>When the value of AudioChannel is 6, the length of this array is greater than 2 and less than 16. For example: [-60,0,0,6].
47289
+
47290
+ Please specify the value array for this parameter. The value range is between -60 and 6, where -60 indicates mute, 0 maintains the original volume, and 6 doubles the original volume. The default value is -60. Please note: This field supports up to 3 decimal places.
47278
47291
 
47279
47292
  Note: This field may return null, indicating that no valid value can be obtained.
47280
47293
  :type ChannelVolume: list of float
@@ -47284,11 +47297,12 @@ Note: This field may return null, indicating that no valid value can be obtained
47284
47297
 
47285
47298
  @property
47286
47299
  def TrackNum(self):
47287
- """Audio track and sound channel serial number, description:
47288
- When the SelectType value is trask, this value is of the integer type, for example: 1.
47289
- When the SelectType value is trask_channel, this value is of the decimal type, for example: 1.0.
47290
- Default value: `1.0`.
47291
- The integer part represents the audio track serial number, and the decimal part represents the sound channel. The audio track serial number is the stream index of the audio track, and input of 0 and positive integers is supported. The decimal part supports up to 2 decimal places, and only 0 - 63 is supported. However, when the Codec is aac/eac3/ac3, only 0 - 15 is supported for the decimal part. For example: for an audio track with a stream index of 1, 1.0 represents the first sound channel of this audio track, and 1.1 represents the second sound channel of this audio track.
47300
+ """The serial number of the audio track and sound channel.
47301
+ <li>When the value of SelectType is track, this value is an integer, for example: 1.
47302
+ <li>When the value of SelectType is track_channel, this value is a decimal, for example: 1.0.
47303
+ <li>Default value: 1.0.
47304
+ The integer part represents the audio track serial number, and the decimal part represents the sound channel. The audio track serial number is the stream index value of the audio track, which can be 0 or a positive integer. The decimal part supports up to 2 decimal places, and only 0 - 63 is supported. However, when the Codec is aac/eac3/ac3, only 0 - 15 is supported for the decimal part. For example: for an audio track with a stream index value of 1, 1.0 represents the first sound channel of this audio track, and 1.1 represents the second sound channel of this audio track.
47305
+
47292
47306
  Note: This field may return null, indicating that no valid value can be obtained.
47293
47307
  :rtype: str
47294
47308
  """
@@ -47300,12 +47314,12 @@ Note: This field may return null, indicating that no valid value can be obtained
47300
47314
 
47301
47315
  @property
47302
47316
  def ChannelVolume(self):
47303
- """Sound channel volume. specifies the volume of the sound channel.
47304
- Specifies that when the value of AudioChannel is 1, the length of this array is 1, for example: [6].
47305
- Specifies that when the value of AudioChannel is 2, the array length is 2. for example: [0,6].
47306
- When the value of AudioChannel is 6, the length of this array is greater than 2 and less than 16, for example: [-60,0,0,6].
47307
- Specifies the value array of this parameter. the value range is [-60, 6]. among them, -60 indicates mute, 0 indicates keeping the original volume, and 6 indicates doubling the original volume. the default value is -60.
47308
- Note: supports 3 decimal places.
47317
+ """The volume of the sound channel.
47318
+ <li>When the value of AudioChannel is 1, the length of this array is 1. For example: [6].
47319
+ <li>When the value of AudioChannel is 2, the length of this array is 2. For example: [0,6].
47320
+ <li>When the value of AudioChannel is 6, the length of this array is greater than 2 and less than 16. For example: [-60,0,0,6].
47321
+
47322
+ Please specify the value array for this parameter. The value range is between -60 and 6, where -60 indicates mute, 0 maintains the original volume, and 6 doubles the original volume. The default value is -60. Please note: This field supports up to 3 decimal places.
47309
47323
 
47310
47324
  Note: This field may return null, indicating that no valid value can be obtained.
47311
47325
  :rtype: list of float
@@ -5598,6 +5598,10 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5598
5598
  :type Browser: str
5599
5599
  :param _Env: Environment
5600
5600
  :type Env: str
5601
+ :param _GroupByType:
5602
+ :type GroupByType: int
5603
+ :param _IsNewData:
5604
+ :type IsNewData: int
5601
5605
  """
5602
5606
  self._StartTime = None
5603
5607
  self._Type = None
@@ -5620,6 +5624,8 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5620
5624
  self._Os = None
5621
5625
  self._Browser = None
5622
5626
  self._Env = None
5627
+ self._GroupByType = None
5628
+ self._IsNewData = None
5623
5629
 
5624
5630
  @property
5625
5631
  def StartTime(self):
@@ -5852,6 +5858,28 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5852
5858
  def Env(self, Env):
5853
5859
  self._Env = Env
5854
5860
 
5861
+ @property
5862
+ def GroupByType(self):
5863
+ """
5864
+ :rtype: int
5865
+ """
5866
+ return self._GroupByType
5867
+
5868
+ @GroupByType.setter
5869
+ def GroupByType(self, GroupByType):
5870
+ self._GroupByType = GroupByType
5871
+
5872
+ @property
5873
+ def IsNewData(self):
5874
+ """
5875
+ :rtype: int
5876
+ """
5877
+ return self._IsNewData
5878
+
5879
+ @IsNewData.setter
5880
+ def IsNewData(self, IsNewData):
5881
+ self._IsNewData = IsNewData
5882
+
5855
5883
 
5856
5884
  def _deserialize(self, params):
5857
5885
  self._StartTime = params.get("StartTime")
@@ -5875,6 +5903,8 @@ class DescribeDataPvUrlStatisticsRequest(AbstractModel):
5875
5903
  self._Os = params.get("Os")
5876
5904
  self._Browser = params.get("Browser")
5877
5905
  self._Env = params.get("Env")
5906
+ self._GroupByType = params.get("GroupByType")
5907
+ self._IsNewData = params.get("IsNewData")
5878
5908
  memeber_set = set(params.keys())
5879
5909
  for name, value in vars(self).items():
5880
5910
  property_name = name[1:]
@@ -5894,7 +5924,7 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
5894
5924
  r"""
5895
5925
  :param _Result: Returned value
5896
5926
  :type Result: str
5897
- :param _RequestId: The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5927
+ :param _RequestId: The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5898
5928
  :type RequestId: str
5899
5929
  """
5900
5930
  self._Result = None
@@ -5913,7 +5943,7 @@ class DescribeDataPvUrlStatisticsResponse(AbstractModel):
5913
5943
 
5914
5944
  @property
5915
5945
  def RequestId(self):
5916
- """The unique request ID, which is returned for each request. RequestId is required for locating a problem.
5946
+ """The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem.
5917
5947
  :rtype: str
5918
5948
  """
5919
5949
  return self._RequestId