出力ごとのオーバーレイアクションを無効にする – ペイロード - MediaLive

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

出力ごとのオーバーレイアクションを無効にする – ペイロード

次の JSON のフィールドの意味と値については、「」を参照してください出力ごとのイメージオーバーレイを非アクティブ化するためのフィールド

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

無効アクションは、指定された出力ごとに、指定された出力レイヤー内のイメージを無効にします。

この例では、アクティブ化された例から続く アクションは、出力 の出力ごとのレイヤー 4 にあるすべてのイメージオーバーレイを削除します hls-high-res。

{ "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 } } } ] } }