글로벌 오버레이 작업 (페이로드) 비활성화 - 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 } } } ] } }