eturn-to-network Mensagem R — carga - MediaLive

As traduções são geradas por tradução automática. Em caso de conflito entre o conteúdo da tradução e da versão original em inglês, a versão em inglês prevalecerá.

eturn-to-network Mensagem R — carga

Para obter informações sobre o significado e os valores dos campos no JSON a seguir, consulteCampos para uma return-to-network mensagem.

{ "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "FollowModeScheduleActionStartSettings": { "FollowPoint": "enum", "ReferenceActionName": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "Scte35ReturnToNetworkSettings": { "SpliceEventId": integer } } } ] }

Exemplo

Esse exemplo de solicitação cria uma return-to-network com horário de início UTC de 20:42:19.

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2018-05-21T20:42:19.000Z" } }, "ActionName": "end-adavail-3708", "ScheduleActionSettings": { "Scte35ReturnToNetworkSettings": { } } } ] } }