ID3 中繼資料項目 — 有效載荷 - MediaLive

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

ID3 中繼資料項目 — 有效載荷

如需有關下列 JSON 中欄位的意義和值的資訊,請參閱ID3 中繼資料的欄位

{ "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "string" }, "ImmediateModeScheduleActionStartSettings": { } }, "ActionName": "string", "ScheduleActionSettings": { "HlsId3SegmentTaggingSettings": { "Tag": "string" }, "HlsTimedMetadataSettings": { "Id3": "string" } } } ] }

範例

此請求範例會建立在 13:35:59 UTC 插入的 ID3 中繼資料。

{ "ChannelId": "999999", "Creates": { "ScheduleActions": [ { "ScheduleActionStartSettings": { "FixedModeScheduleActionStartSettings": { "Time": "2019-01-02T13:35:59Z" } }, "ActionName": "id3-metadata.2019-01-02T13:35:59Z", "ScheduleActionSettings": { "HlsTimedMetadataSettings": { "Id3": "SUQzBAAAAAAAF1RJVDIAAAANAAADSGVsbG8gV29ybGQA" } } } ] } }