Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions data/key-namespaces.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
code,description,specification
mdta,Reverse DNS naming convention,QT
me4c,Metadata sample entry four-character-code,ISO
udta,QuickTime user data,QT
uiso,ISO user data,ISO
13 changes: 13 additions & 0 deletions src/app/(rest)/registered-types/key-namespaces/page.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import { DataDisplay } from "@/components";

export const metadata = {
title: "Key Namespaces"
};

# Key namespaces

Multiplexed timed metadata tracks (`mebx`) in ISO/IEC 14496-12 use the `MetadataKeyDeclarationBox` (`keyd`) to declare the type and interpretation of metadata keys carried in each sample entry. The `key_namespace` field is a 4CC that identifies the domain and structure of the associated `key_value`.

## Registered key namespaces

<DataDisplay csv="key-namespaces" />
Loading