MediaMetadata
Defined in: gadgets/types.ts:45
Type-specific metadata for media outputs. Extensible via index signature for future media types.
Indexable
Section titled “Indexable”[key: string]: unknown
Allow additional metadata for future extensions
Properties
Section titled “Properties”durationMs?
Section titled “durationMs?”
optionaldurationMs:number
Defined in: gadgets/types.ts:51
Duration in milliseconds (audio, video)
height?
Section titled “height?”
optionalheight:number
Defined in: gadgets/types.ts:49
Height in pixels (images, video)
width?
Section titled “width?”
optionalwidth:number
Defined in: gadgets/types.ts:47
Width in pixels (images, video)