オンライン編集プロジェクトを作成します。
デバッグ
リクエストパラメーター
パラメーター | データ型 | 必須/任意 | 例 | 説明 |
---|---|---|---|---|
操作 | String | 必須 | AddEditingProject |
実行したい操作。 値をAddEditingProjectに設定します。 |
タイトル | String | 必須 | testtimeline |
オンライン編集プロジェクトのタイトル。 |
説明 | String | 任意 | testtimeline001desciption |
オンライン編集プロジェクトの説明。 |
タイムライン | String | 任意 | {"VideoTracks":[{"VideoTrackClips":[{"MediaId":"cc3308ac500 ***** 5a54328bc3443" },{ "MediaId":"da87a9cff64 ***** cd88bc6d8326e4"}]}]} |
JSON形式のオンライン編集プロジェクトのタイムライン。 For more information about the structure, see Timeline. If you do not specify this parameter, an empty timeline is created and the duration of the online editing project is zero. |
CoverURL | String | 任意 | https://xxx.com/6AB4D0E1E1C74468883516C2349D1FC2-6-2.png |
オンライン編集プロジェクトのサムネイルURL。 このパラメーターを指定せず、タイムラインのビデオトラックにメザニンファイルがある場合、タイムラインの最初のメザニンファイルのサムネイルが使用されます。 |
除算 | String | 任意 | cn-shanghai |
オンライン編集プロジェクトを作成するリージョン。 |
レスポンスパラメーター
パラメーター | データ型 | 例 | 説明 |
---|---|---|---|
プロジェクト | Struct |
オンライン編集プロジェクトに関する情報。 構造の詳細については、「EditingProject」をご参照ください。 |
|
CreationTime | String | 2017-01-11T12:00:00Z |
オンライン編集プロジェクトが作成された時刻。 The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. 時刻はUTCで表示されます。 |
説明 | String | testtimeline001desciption |
オンライン編集プロジェクトの説明。 |
ModifiedTime | String | 2017-01-11T13:00:00Z |
オンライン編集プロジェクトが最後に変更された時間。 時間は、yyyy-MM-dd T HH:mm:ss Z形式のISO 8601標準に従います。 The time is displayed in UTC. |
ProjectId | String | fb2101bf24bf4*****4cb318787dc |
The ID of the online editing project. |
ステータス | String | 通常 |
The status of the online editing project. 設定可能な値は以下のとおりです。
|
タイトル | String | testtimeline |
The title of the online editing project. |
RequestId | String | C43C2876-6263-4B*****2C-CD0F7FCF4FE9 |
リクエストの ID です。 |
例
リクエストの例
https:// vod.{ApiRegio n}.aliyuncs.com/?Action=AddEditingProject
&タイトル=testtimeline
&<共通リクエストパラメーター>
正常に処理された場合のレスポンス例
XML
形式
<AddEditingProjectResponse>
<Project>
<Status>Normal</Status>
<説明> testtimeline001desciption</Description>
<ModifiedTime>2017-01-11T13:00:00Z</ModifiedTime>
<CreationTime>2017-01-11T12:00:00Z</CreationTime>
<ProjectId>fb2101bf24bf4*****4cb318787dc</ProjectId>
<Title>testtimeline</Title>
</Project>
<RequestId>C43C2876-6263-4B ***** 2C-CD0F7FCF4FE9</RequestId>
</AddEditingProjectResponse>
JSON
形式
{
"プロジェクト": {
"Status": "Normal",
"Description": "testtimeline001desciption",
"ModifiedTime": "2017-01-11T13:00:00Z",
"CreationTime": "2017-01-11T12:00:00Z" 、
"ProjectId": "fb2101bf24bf4*****4cb318787dc",
"Title": "testtimeline"
},
"RequestId": "C43C2876-6263-4B ***** 2C-CD0F7FCF4FE9"
}
エラーコード
エラーコードリストについては、「API エラーセンター」をご参照ください。
SDK サンプル
We recommend that you use a server SDK to call this operation. さまざまな言語でこの操作を呼び出すために使用されるサンプルコードの詳細については、次のトピックを参照してください。