모션 그래픽 오버레이 비활성화 — 페이로드 - MediaLive

기계 번역으로 제공되는 번역입니다. 제공된 번역과 원본 영어의 내용이 상충하는 경우에는 영어 버전이 우선합니다.

모션 그래픽 오버레이 비활성화 — 페이로드

다음 JSON의 필드 의미 및 값에 대한 자세한 내용은 API 참조를 AWS Elemental MediaLive 참조하십시오.

{ "ChannelId": "string", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "MotionGraphicsImageDeactivateSettings": { } } } ] } }

이 요청 예시는 23:59:00.000 (UTC) 에 모션 그래픽 오버레이를 종료하는 작업을 생성합니다. . :

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2018-05-21T23:59:00.000Z" }, "ActionName": "deactivate-ticker-tape", "ScheduleActionSettings": { "MotionGraphicsImageDeactivateSettings": { } } } ] } }