停用每個輸出覆蓋動作 — 有效載荷 - MediaLive

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

停用每個輸出覆蓋動作 — 有效載荷

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

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

範例

停用動作會在指定的一或多個輸出中停用指定每個輸出圖層中的影像。

在此範例中,接著從啟動範例中,動作會移除輸出中每個輸出 hls-high-res圖層 4 中的所有影像覆蓋。

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2018-05-21T20:42:04.000Z" } }, "ActionName": "stop-layer4-all-outputs", "ScheduleActionSettings": { "StaticImageOutputDeactivateSettings": { "outputNames": [ hls-high-res ], "FadeOut": 500, "Layer": 4 } } } ] } }