Skip to main content

Module boxes

Module boxes 

Source
Expand description

Box definitions and registry helpers. Box definitions and box-specific codecs.

Modules§

av1
AV1 sample-entry and codec-configuration box definitions. AV1 sample-entry and codec-configuration box definitions.
etsi_ts_102_366
ETSI TS 102 366 AC-3 sample-entry and decoder-configuration box definitions. ETSI TS 102 366 AC-3 sample-entry and decoder-configuration box definitions.
iso14496_12
ISO/IEC 14496-12 box definitions and codec support. Core ISO BMFF timing and structure boxes.
iso14496_14
ISO/IEC 14496-14 ES descriptor box definitions and codec support. ISO/IEC 14496-14 ES descriptor boxes.
iso14496_30
ISO/IEC 14496-30 WebVTT box definitions and codec support. ISO/IEC 14496-30 WebVTT box definitions.
iso23001_5
ISO/IEC 23001-5 uncompressed-audio box definitions and codec support. ISO/IEC 23001-5 uncompressed-audio box definitions.
iso23001_7
ISO/IEC 23001-7 common-encryption box definitions and codec support. ISO/IEC 23001-7 common-encryption box definitions.
metadata
Item-list metadata and key-table box definitions. Item-list metadata boxes, typed item value leaves, free-form metadata leaves, and key tables.
opus
Opus sample-entry and decoder-configuration box definitions. Opus sample-entry and decoder-configuration box definitions.
threegpp
3GPP udta-scoped metadata string box definitions and codec support. 3GPP user-data metadata string boxes scoped under udta.
vp
VP8/VP9 sample-entry and codec-configuration box definitions. VP8/VP9 sample-entry and codec-configuration box definitions.

Structs§

BoxLookupContext
Parent-scope state used when selecting context-sensitive box registrations.
BoxRegistration
Registry entry for a single supported box type.
BoxRegistry
Registry that maps box identifiers to descriptor-backed constructors.

Traits§

AnyTypeBox
Trait implemented by runtime-typed box wrappers whose FourCc is supplied by the registry.

Functions§

default_registry
Builds the built-in registry for the currently landed box families.