From b886fd166c82946e9cc272f51c8da88473bd7de3 Mon Sep 17 00:00:00 2001 From: Dimitri Podborski Date: Tue, 12 May 2026 00:34:30 -0700 Subject: [PATCH] add sample entry boxes page --- .../registered-types/sample-entry-boxes/page.mdx | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/app/(rest)/registered-types/sample-entry-boxes/page.mdx diff --git a/src/app/(rest)/registered-types/sample-entry-boxes/page.mdx b/src/app/(rest)/registered-types/sample-entry-boxes/page.mdx new file mode 100644 index 0000000..5ae8217 --- /dev/null +++ b/src/app/(rest)/registered-types/sample-entry-boxes/page.mdx @@ -0,0 +1,13 @@ +import { DataDisplay } from "@/components"; + +export const metadata = { + title: "Sample Entry Boxes" +}; + +# Sample entry boxes + +Sample entries (sample descriptions) in ISO/IEC 14496-12 may contain codec-specific or format-independent child boxes that provide configuration and descriptive information for the samples in a track. These boxes are placed inside the sample entry within the `SampleDescriptionBox` ('stsd'). + +Some boxes are defined for use in the abstract `VisualSampleEntry`, `AudioSampleEntry`, or `MetaDataSampleEntry` containers and are therefore codec-independent — they apply across multiple coding formats. Others are specific to a particular codec or format. + +