激活運動圖形疊加-有效載荷 - MediaLive

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

激活運動圖形疊加-有效載荷

如需有關下列 JSON 中欄位的意義和值的資訊,請參閱用於啟動動態圖形覆疊的欄位

{ "ChannelId": "string", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "MotionGraphicsImageActivateSettings": { "Duration": integer "Url": "string" "Username": "string", "PasswordParam": "string" } } ] } }

範例

這個請求範例會建立一個名為 mg_ticker_tape 的動態圖形覆疊動作。動態圖形資產儲存在 http://example.com/ticker_tape.html。此伺服器需要使用者認證。請求不包含持續時間。反之,其意圖是在適當時間傳送獨立的停用請求。

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2018-05-21T20:42:04.000Z" } }, "ActionName": "mg_ticker_tape", "ScheduleActionSettings": { "MotionGraphicsImageActivateSettings": { "Url": "https://example.com/ticker_tape.html" "Username": "medialiveoperator", "PasswordParam": "/medialive/12345" } } ] } }