オーバーレイアクションを非アクティブ化 – ペイロード - MediaLive

翻訳は機械翻訳により提供されています。提供された翻訳内容と英語版の間で齟齬、不一致または矛盾がある場合、英語版が優先します。

オーバーレイアクションを非アクティブ化 – ペイロード

次の JSON のフィールドの意味と値については、AWS Elemental MediaLiveAPI リファレンスをご覧ください

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

このリクエストの例では、イメージオーバーレイを 500 ミリ秒のフェードアウト (終了時刻に追加されます) で 20:42:04.000 (UTC) に終了するアクションを作成します。つまり、オーバーレイは 20:42:04.500 には表示されなくなります。

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