|
795 | 795 | "PeriodTriggers":{"shape":"DashPeriodTriggers"},
|
796 | 796 | "ScteDash":{"shape":"ScteDash"},
|
797 | 797 | "DrmSignaling":{"shape":"DashDrmSignaling"},
|
798 |
| - "UtcTiming":{"shape":"DashUtcTiming"} |
| 798 | + "UtcTiming":{"shape":"DashUtcTiming"}, |
| 799 | + "Profiles":{"shape":"DashProfiles"}, |
| 800 | + "BaseUrls":{"shape":"DashBaseUrls"}, |
| 801 | + "ProgramInformation":{"shape":"DashProgramInformation"}, |
| 802 | + "DvbSettings":{"shape":"DashDvbSettings"}, |
| 803 | + "Compactness":{"shape":"DashCompactness"}, |
| 804 | + "SubtitleConfiguration":{"shape":"DashSubtitleConfiguration"} |
799 | 805 | }
|
800 | 806 | },
|
801 | 807 | "CreateDashManifestConfigurationManifestWindowSecondsInteger":{
|
|
1030 | 1036 | "Tags":{"shape":"TagMap"}
|
1031 | 1037 | }
|
1032 | 1038 | },
|
| 1039 | + "DashBaseUrl":{ |
| 1040 | + "type":"structure", |
| 1041 | + "required":["Url"], |
| 1042 | + "members":{ |
| 1043 | + "Url":{"shape":"DashBaseUrlUrlString"}, |
| 1044 | + "ServiceLocation":{"shape":"DashBaseUrlServiceLocationString"}, |
| 1045 | + "DvbPriority":{"shape":"DashBaseUrlDvbPriorityInteger"}, |
| 1046 | + "DvbWeight":{"shape":"DashBaseUrlDvbWeightInteger"} |
| 1047 | + } |
| 1048 | + }, |
| 1049 | + "DashBaseUrlDvbPriorityInteger":{ |
| 1050 | + "type":"integer", |
| 1051 | + "box":true, |
| 1052 | + "max":15000, |
| 1053 | + "min":1 |
| 1054 | + }, |
| 1055 | + "DashBaseUrlDvbWeightInteger":{ |
| 1056 | + "type":"integer", |
| 1057 | + "box":true, |
| 1058 | + "max":15000, |
| 1059 | + "min":1 |
| 1060 | + }, |
| 1061 | + "DashBaseUrlServiceLocationString":{ |
| 1062 | + "type":"string", |
| 1063 | + "max":2048, |
| 1064 | + "min":1 |
| 1065 | + }, |
| 1066 | + "DashBaseUrlUrlString":{ |
| 1067 | + "type":"string", |
| 1068 | + "max":2048, |
| 1069 | + "min":1 |
| 1070 | + }, |
| 1071 | + "DashBaseUrls":{ |
| 1072 | + "type":"list", |
| 1073 | + "member":{"shape":"DashBaseUrl"}, |
| 1074 | + "max":20, |
| 1075 | + "min":0 |
| 1076 | + }, |
| 1077 | + "DashCompactness":{ |
| 1078 | + "type":"string", |
| 1079 | + "enum":[ |
| 1080 | + "STANDARD", |
| 1081 | + "NONE" |
| 1082 | + ] |
| 1083 | + }, |
1033 | 1084 | "DashDrmSignaling":{
|
1034 | 1085 | "type":"string",
|
1035 | 1086 | "enum":[
|
1036 | 1087 | "INDIVIDUAL",
|
1037 | 1088 | "REFERENCED"
|
1038 | 1089 | ]
|
1039 | 1090 | },
|
| 1091 | + "DashDvbErrorMetrics":{ |
| 1092 | + "type":"list", |
| 1093 | + "member":{"shape":"DashDvbMetricsReporting"}, |
| 1094 | + "max":20, |
| 1095 | + "min":0 |
| 1096 | + }, |
| 1097 | + "DashDvbFontDownload":{ |
| 1098 | + "type":"structure", |
| 1099 | + "members":{ |
| 1100 | + "Url":{"shape":"DashDvbFontDownloadUrlString"}, |
| 1101 | + "MimeType":{"shape":"DashDvbFontDownloadMimeTypeString"}, |
| 1102 | + "FontFamily":{"shape":"DashDvbFontDownloadFontFamilyString"} |
| 1103 | + } |
| 1104 | + }, |
| 1105 | + "DashDvbFontDownloadFontFamilyString":{ |
| 1106 | + "type":"string", |
| 1107 | + "max":256, |
| 1108 | + "min":1 |
| 1109 | + }, |
| 1110 | + "DashDvbFontDownloadMimeTypeString":{ |
| 1111 | + "type":"string", |
| 1112 | + "max":256, |
| 1113 | + "min":1, |
| 1114 | + "pattern":"[a-zA-Z0-9][a-zA-Z0-9_/-]*[a-zA-Z0-9]" |
| 1115 | + }, |
| 1116 | + "DashDvbFontDownloadUrlString":{ |
| 1117 | + "type":"string", |
| 1118 | + "max":2048, |
| 1119 | + "min":1 |
| 1120 | + }, |
| 1121 | + "DashDvbMetricsReporting":{ |
| 1122 | + "type":"structure", |
| 1123 | + "required":["ReportingUrl"], |
| 1124 | + "members":{ |
| 1125 | + "ReportingUrl":{"shape":"DashDvbMetricsReportingReportingUrlString"}, |
| 1126 | + "Probability":{"shape":"DashDvbMetricsReportingProbabilityInteger"} |
| 1127 | + } |
| 1128 | + }, |
| 1129 | + "DashDvbMetricsReportingProbabilityInteger":{ |
| 1130 | + "type":"integer", |
| 1131 | + "box":true, |
| 1132 | + "max":1000, |
| 1133 | + "min":1 |
| 1134 | + }, |
| 1135 | + "DashDvbMetricsReportingReportingUrlString":{ |
| 1136 | + "type":"string", |
| 1137 | + "max":2048, |
| 1138 | + "min":1 |
| 1139 | + }, |
| 1140 | + "DashDvbSettings":{ |
| 1141 | + "type":"structure", |
| 1142 | + "members":{ |
| 1143 | + "FontDownload":{"shape":"DashDvbFontDownload"}, |
| 1144 | + "ErrorMetrics":{"shape":"DashDvbErrorMetrics"} |
| 1145 | + } |
| 1146 | + }, |
1040 | 1147 | "DashPeriodTrigger":{
|
1041 | 1148 | "type":"string",
|
1042 | 1149 | "enum":[
|
|
1053 | 1160 | "max":100,
|
1054 | 1161 | "min":0
|
1055 | 1162 | },
|
| 1163 | + "DashProfile":{ |
| 1164 | + "type":"string", |
| 1165 | + "enum":["DVB_DASH"] |
| 1166 | + }, |
| 1167 | + "DashProfiles":{ |
| 1168 | + "type":"list", |
| 1169 | + "member":{"shape":"DashProfile"}, |
| 1170 | + "max":5, |
| 1171 | + "min":0 |
| 1172 | + }, |
| 1173 | + "DashProgramInformation":{ |
| 1174 | + "type":"structure", |
| 1175 | + "members":{ |
| 1176 | + "Title":{"shape":"DashProgramInformationTitleString"}, |
| 1177 | + "Source":{"shape":"DashProgramInformationSourceString"}, |
| 1178 | + "Copyright":{"shape":"DashProgramInformationCopyrightString"}, |
| 1179 | + "LanguageCode":{"shape":"DashProgramInformationLanguageCodeString"}, |
| 1180 | + "MoreInformationUrl":{"shape":"DashProgramInformationMoreInformationUrlString"} |
| 1181 | + } |
| 1182 | + }, |
| 1183 | + "DashProgramInformationCopyrightString":{ |
| 1184 | + "type":"string", |
| 1185 | + "max":2048, |
| 1186 | + "min":1 |
| 1187 | + }, |
| 1188 | + "DashProgramInformationLanguageCodeString":{ |
| 1189 | + "type":"string", |
| 1190 | + "max":5, |
| 1191 | + "min":2, |
| 1192 | + "pattern":"[a-zA-Z0-9][a-zA-Z0-9_-]*[a-zA-Z0-9]" |
| 1193 | + }, |
| 1194 | + "DashProgramInformationMoreInformationUrlString":{ |
| 1195 | + "type":"string", |
| 1196 | + "max":2048, |
| 1197 | + "min":1 |
| 1198 | + }, |
| 1199 | + "DashProgramInformationSourceString":{ |
| 1200 | + "type":"string", |
| 1201 | + "max":2048, |
| 1202 | + "min":1 |
| 1203 | + }, |
| 1204 | + "DashProgramInformationTitleString":{ |
| 1205 | + "type":"string", |
| 1206 | + "max":2048, |
| 1207 | + "min":1 |
| 1208 | + }, |
1056 | 1209 | "DashSegmentTemplateFormat":{
|
1057 | 1210 | "type":"string",
|
1058 | 1211 | "enum":["NUMBER_WITH_TIMELINE"]
|
1059 | 1212 | },
|
| 1213 | + "DashSubtitleConfiguration":{ |
| 1214 | + "type":"structure", |
| 1215 | + "members":{ |
| 1216 | + "TtmlConfiguration":{"shape":"DashTtmlConfiguration"} |
| 1217 | + } |
| 1218 | + }, |
| 1219 | + "DashTtmlConfiguration":{ |
| 1220 | + "type":"structure", |
| 1221 | + "required":["TtmlProfile"], |
| 1222 | + "members":{ |
| 1223 | + "TtmlProfile":{"shape":"DashTtmlProfile"} |
| 1224 | + } |
| 1225 | + }, |
| 1226 | + "DashTtmlProfile":{ |
| 1227 | + "type":"string", |
| 1228 | + "enum":[ |
| 1229 | + "IMSC_1", |
| 1230 | + "EBU_TT_D_101" |
| 1231 | + ] |
| 1232 | + }, |
1060 | 1233 | "DashUtcTiming":{
|
1061 | 1234 | "type":"structure",
|
1062 | 1235 | "members":{
|
|
1440 | 1613 | "PeriodTriggers":{"shape":"DashPeriodTriggers"},
|
1441 | 1614 | "ScteDash":{"shape":"ScteDash"},
|
1442 | 1615 | "DrmSignaling":{"shape":"DashDrmSignaling"},
|
1443 |
| - "UtcTiming":{"shape":"DashUtcTiming"} |
| 1616 | + "UtcTiming":{"shape":"DashUtcTiming"}, |
| 1617 | + "Profiles":{"shape":"DashProfiles"}, |
| 1618 | + "BaseUrls":{"shape":"DashBaseUrls"}, |
| 1619 | + "ProgramInformation":{"shape":"DashProgramInformation"}, |
| 1620 | + "DvbSettings":{"shape":"DashDvbSettings"}, |
| 1621 | + "Compactness":{"shape":"DashCompactness"}, |
| 1622 | + "SubtitleConfiguration":{"shape":"DashSubtitleConfiguration"} |
1444 | 1623 | }
|
1445 | 1624 | },
|
1446 | 1625 | "GetDashManifests":{
|
|
2693 | 2872 | "CLIP_START_TIME_WITH_START_OR_END",
|
2694 | 2873 | "START_TAG_TIME_OFFSET_INVALID",
|
2695 | 2874 | "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_INPUT_SWITCHING",
|
2696 |
| - "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION" |
| 2875 | + "ONLY_CMAF_INPUT_TYPE_ALLOW_MQCS_OUTPUT_CONFIGURATION", |
| 2876 | + "INCOMPATIBLE_DASH_PROFILE_DVB_DASH_CONFIGURATION", |
| 2877 | + "DASH_DVB_ATTRIBUTES_WITHOUT_DVB_DASH_PROFILE", |
| 2878 | + "INCOMPATIBLE_DASH_COMPACTNESS_CONFIGURATION", |
| 2879 | + "INCOMPATIBLE_XML_ENCODING" |
2697 | 2880 | ]
|
2698 | 2881 | }
|
2699 | 2882 | }
|
|
0 commit comments