停用全局覆蓋操作-有效負載 - MediaLive

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

停用全局覆蓋操作-有效負載

如需有關下列 JSON 中欄位的意義和值的資訊,請參閱停用全域影像覆蓋的欄位

{ "ChannelId": "string", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "StaticImageDeactivateSettings": { "FadeOut": integer, "Layer": integer } } } ] }

範例

此請求範例會建立一個動作,在 20:42:04.000 (UTC) 時移除影像覆蓋,並在結束時間加入 500 毫秒淡出,這表示覆蓋在 20:42:04.500 不可見。

此動作會移除全域圖層 4 中的影像覆蓋。這意味著只有在使用全局操作(StaticImageActivateSettings)插入圖像時,它才會刪除圖像。它不會從每個輸出層 4 中刪除覆蓋。

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2018-05-21T20:42:04.000Z" } }, "ActionName": "stop-overlay-029", "ScheduleActionSettings": { "StaticImageDeactivateSettings": { "FadeOut": 500, "Layer": 4 } } } ] } }