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

GetEditingProjectMaterials - 獲取剪輯工程關聯素材

獲取當前工程綁定的所有素材。

調試

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

授權信息

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

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

請求參數

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

云剪輯工程 ID。

*****fb2101cb318*****

返回參數

名稱類型描述示例值
object

Schema of Response

RequestIdstring

請求 ID。

******89-C21D-4B78-AE24-3788B8******
ProjectIdstring

項目 ID 號。

*****67ae06542b9b93e0d1c387*****
MediaInfosarray<object>

符合要求的媒資集合。

MediaInfoobject
MediaIdstring

媒資 ID。

*****64623a94eca8516569c8fe*****
MediaBasicInfoobject

媒資基礎信息。

MediaIdstring

媒資 ID。

*****64623a94eca8516569c8f*****
InputURLstring

待注冊的媒資在相應系統中的地址。

http://bucket.oss-cn-shanghai.aliyuncs.com/file.mp4
MediaTypestring

媒資媒體類型。

video
BusinessTypestring

媒資業務類型。

general
Sourcestring

來源。

oss
Titlestring

標題。

file.mp4
Descriptionstring

內容描述。

sample_description
Categorystring

分類。

video
MediaTagsstring

標簽。

標簽,tag1
CoverURLstring

封面地址。

http://sample-bucket.oss-cn-shanghai.aliyuncs.com/sample-corver.jpg?Expires=1628670610&OSSAccessKeyId=AK&Signature=signature
UserDatastring

用戶數據。

userData
Snapshotsstring

截圖。

null
Statusstring

資源狀態。

Normal
TranscodeStatusstring

轉碼狀態。

枚舉值:
  • TranscodeSuccess轉碼完成
  • TranscodeFailed轉碼失敗
  • Init初始化
  • Transcoding轉碼中
Init
CreateTimestring

媒資創建時間。

2020-12-26T04:11:08Z
ModifiedTimestring

媒資修改時間。

2020-12-26T04:11:08Z
DeletedTimestring

媒資刪除時間。

2020-12-26T04:11:08Z
SpriteImagesstring

雪碧圖。

null
FileInfoListarray<object>

文件信息。

FileInfoobject
FileBasicInfoobject

文件基礎信息,包含時長,大小等。

FileNamestring

文件名。

example.mp4
FileStatusstring

文件狀態。

Normal
FileTypestring

文件類型。

source_file
FileSizestring

文件大小(字節)。

30611502
FileUrlstring

文件 OSS 地址。

http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>
Regionstring

文件存儲區域。

cn-shanghai
FormatNamestring

封裝格式。

mov,mp4,m4a,3gp,3g2,mj2
Durationstring

時長。

216.206667
Bitratestring

碼率。

1132.68
Widthstring

寬。

960
Heightstring

高。

540
LiveMaterialsarray<object>

直播流關聯素材。

LiveStreamConfigobject
AppNamestring

直播播流應用名。

testrecord
StreamNamestring

直播播流流名。

testrecord
DomainNamestring

直播播流域名。

test.alivecdn.com
LiveUrlstring

直播播流地址。

rtmp://test.alivecdn.com/testrecord/teststream
ProjectMaterialsarray

剪輯工程關聯素材。直播工程在直播結束后會關聯到一個普通剪輯工程。

projectMaterialstring

直播剪輯工程關聯的普通剪輯工程 ID。

*****c38767ae06542b9b93e0d1*****

示例

正常返回示例

JSON格式

{
  "RequestId": "******89-C21D-4B78-AE24-3788B8******",
  "ProjectId": "*****67ae06542b9b93e0d1c387*****",
  "MediaInfos": [
    {
      "MediaId": "*****64623a94eca8516569c8fe*****",
      "MediaBasicInfo": {
        "MediaId": "*****64623a94eca8516569c8f*****",
        "InputURL": "http://bucket.oss-cn-shanghai.aliyuncs.com/file.mp4",
        "MediaType": "video",
        "BusinessType": "general",
        "Source": "oss",
        "Title": "file.mp4",
        "Description": "sample_description",
        "Category": "video",
        "MediaTags": "標簽,tag1",
        "CoverURL": "http://sample-bucket.oss-cn-shanghai.aliyuncs.com/sample-corver.jpg?Expires=1628670610&OSSAccessKeyId=AK&Signature=signature",
        "UserData": "userData",
        "Snapshots": "null",
        "Status": "Normal",
        "TranscodeStatus": "Init",
        "CreateTime": "2020-12-26T04:11:08Z",
        "ModifiedTime": "2020-12-26T04:11:08Z",
        "DeletedTime": "2020-12-26T04:11:08Z",
        "SpriteImages": "null"
      },
      "FileInfoList": [
        {
          "FileBasicInfo": {
            "FileName": "example.mp4",
            "FileStatus": "Normal",
            "FileType": "source_file",
            "FileSize": "30611502",
            "FileUrl": "http://example-bucket.oss-cn-shanghai.aliyuncs.com/example.mp4?Expires=<ExpireTime>&OSSAccessKeyId=<OSSAccessKeyId>&Signature=<Signature>&security-token=<SecurityToken>",
            "Region": "cn-shanghai",
            "FormatName": "mov,mp4,m4a,3gp,3g2,mj2",
            "Duration": "216.206667",
            "Bitrate": "1132.68",
            "Width": "960",
            "Height": "540"
          }
        }
      ]
    }
  ],
  "LiveMaterials": [
    {
      "AppName": "testrecord",
      "StreamName": "testrecord",
      "DomainName": "test.alivecdn.com",
      "LiveUrl": "rtmp://test.alivecdn.com/testrecord/teststream"
    }
  ],
  "ProjectMaterials": [
    "*****c38767ae06542b9b93e0d1*****"
  ]
}

錯誤碼

HTTP status code錯誤碼錯誤信息
400InvalidParameterThe specified parameter \ is not valid.
404ProjectNotFoundThe specified project not found

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

變更歷史

變更時間變更內容概要操作
2021-04-07OpenAPI 錯誤碼發生變更、OpenAPI 返回結構發生變更查看變更詳情