日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

ListLiveTranscodeTemplates - 獲取實時媒體轉碼模版列表

調用ListLiveTranscodeTemplates獲取實時媒體轉碼模版列表。

調試

您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。

授權信息

下表是API對應的授權信息,可以在RAM權限策略語句的Action元素中使用,用來給RAM用戶或RAM角色授予調用此API的權限。具體說明如下:

  • 操作:是指具體的權限點。
  • 訪問級別:是指每個操作的訪問級別,取值為寫入(Write)、讀?。≧ead)或列出(List)。
  • 資源類型:是指操作中支持授權的資源類型。具體說明如下:
    • 對于必選的資源類型,用背景高亮的方式表示。
    • 對于不支持資源級授權的操作,用全部資源表示。
  • 條件關鍵字:是指云產(chǎn)品自身定義的條件關鍵字。
  • 關聯(lián)操作:是指成功執(zhí)行操作所需要的其他權限。操作者必須同時具備關聯(lián)操作的權限,操作才能成功。
操作訪問級別資源類型條件關鍵字關聯(lián)操作
ice:ListLiveTranscodeTemplates
*全部資源
*

請求參數(shù)

名稱類型必填描述示例值
Typestring

模版類型。

  • normal - 普通
  • narrow-band - 窄高
  • audio-only - 純音頻
  • origin - 原畫
normal
VideoCodecstring

視頻編碼??蛇x值:

  • H.264
  • H.265
H.264
PageNointeger

當前頁碼。默認值為 1。

1
PageSizeinteger

分頁大小,每頁顯示條數(shù)。默認值為 10,最大值為 100。

20
SortBystring

排序,按 CreateTime 排序,默認是 desc。

  • asc - 正序
  • desc - 倒序
asc
KeyWordstring

搜索關鍵詞。模板 ID/名稱,名稱支持模糊搜索。

my_template
Categorystring

模版類別。

  • system: 系統(tǒng)
  • customized: 自定義
customized

返回參數(shù)

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID

******3B-0E1A-586A-AC29-742247******
TotalCountinteger

總數(shù)。

100
TemplateContentListarray<object>

轉碼模版列表。

templateContentobject
Namestring

模版名稱。

my_template
TemplateIdstring

模板 ID。

9b1571b513cb44f7a1ba6ae561ff46f7
Typestring

模板類型。

normal
Categorystring

模版類別。

system
CreateTimestring

創(chuàng)建時間。

2022-07-20T03:26:36Z
TemplateConfigobject

模版配置。

VideoParamsobject

視頻參數(shù)。

Codecstring

編碼格式

264
Heightstring

視頻分辨率高。

1280
Widthstring

視頻分辨率寬。

720
Fpsstring

視頻幀率

30
Bitratestring

視頻碼率。

2500
Gopstring

視頻 Gop,單位:幀

1000
Profilestring

編碼級別。

3
AudioParamsobject

音頻參數(shù)。

Codecstring

音頻編碼。

AAC
Bitratestring

音頻碼率。

1000
Sampleratestring

音頻采樣率。

44100
Channelsstring

聲道數(shù)。

2
Profilestring

編碼級別。

aac_low

示例

正常返回示例

JSON格式

{
  "RequestId": "******3B-0E1A-586A-AC29-742247******",
  "TotalCount": 100,
  "TemplateContentList": [
    {
      "Name": "my_template",
      "TemplateId": "9b1571b513cb44f7a1ba6ae561ff46f7",
      "Type": "normal",
      "Category": "system",
      "CreateTime": "2022-07-20T03:26:36Z",
      "TemplateConfig": {
        "VideoParams": {
          "Codec": "264",
          "Height": "1280",
          "Width": "720",
          "Fps": "30",
          "Bitrate": "2500",
          "Gop": "1000",
          "Profile": "3"
        },
        "AudioParams": {
          "Codec": "AAC",
          "Bitrate": "1000",
          "Samplerate": "44100",
          "Channels": "2",
          "Profile": "aac_low"
        }
      }
    }
  ]
}

錯誤碼

HTTP status code錯誤碼錯誤信息描述
403OperationDeniedYour account has not enabled the ICE service.賬號未開通智能媒體生產(chǎn)服務。

訪問錯誤中心查看更多錯誤碼。