출력별 오버레이 액션 비활성화 - 페이로드 - 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 } } } ] } }