本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。
停用动态图形叠加层-有效载荷
有关以下 JSON 中字段的含义和值的信息,请参阅用于停用动态图形叠加的字段。
{ "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": { } } } ] } }