You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/appnotes/0003-tag-names.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -208,15 +208,15 @@ Status: **Experimental**
208
208
Used in the TAMS demonstration at NAB 2025.
209
209
210
210
The type is a `boolean`.
211
-
It is used to indictate the Flow should be excluded from HLS manifest generation.
211
+
It is used to indicate the Flow should be excluded from HLS manifest generation.
212
212
Defaults to `false` if the tag is not set.
213
213
214
214
### auth_classes
215
215
216
216
Status: **Experimental**
217
217
218
218
Suggested as a way to build lightweight Attribute-based Access Control in [AppNote0016: Authorisation in TAMS workflows](./0016-authorisation-in-tams-workflows.md).
219
-
A comma seperated list of auth classes used to derive permissions on the Flow.
219
+
A comma separated list of auth classes used to derive permissions on the Flow.
220
220
221
221
## Known Source Tags
222
222
@@ -227,22 +227,22 @@ Status: **Experimental**
227
227
Used in the TAMS demonstration at NAB 2025.
228
228
229
229
The type is a `boolean`.
230
-
It is used to indictate the Source should be excluded from HLS manifest generation.
230
+
It is used to indicate the Source should be excluded from HLS manifest generation.
231
231
Defaults to `false` if the tag is not set.
232
232
233
233
### auth_classes
234
234
235
235
Status: **Experimental**
236
236
237
237
Suggested as a way to build lightweight Attribute-based Access Control in [AppNote0016: Authorisation in TAMS workflows](./0016-authorisation-in-tams-workflows.md).
238
-
A comma seperated list of auth classes used to derive permissions on the Source.
238
+
A comma separated list of auth classes used to derive permissions on the Source.
239
239
240
240
### language_code
241
241
242
242
Status: **Experimental**
243
243
244
244
The language of the Source as an [ISO 639-3 code](https://iso639-3.sil.org/code_tables/639/data/all).
245
-
Where possible, the equivelant Flow tag should also be set.
245
+
Where possible, the equivalent Flow tag should also be set.
246
246
While a single language per Source is strongly preferred, this value may be a list where e.g. there are multiple languages spoken in a scene, or where a timed text Flow contains multiple language options.
0 commit comments