Skip to content
Merged
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
13 changes: 13 additions & 0 deletions src/app/(rest)/registered-types/sample-entry-boxes/page.mdx
Original file line number Diff line number Diff line change
@@ -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.

<DataDisplay csv="sample-entries-boxes" />
Loading