MediaItem
MediaItem is a data structure used in media management systems to represent a single media resource. It encapsulates identification, metadata, and technical properties of the object, regardless of whether the resource is an image, an audio file, a video, or another media type. A MediaItem typically includes a unique identifier, a human-readable title, and a type or format field such as image/jpeg, audio/mpeg, or video/mp4. Additional attributes commonly tracked are duration for audiovisual items, file size, and, when applicable, dimensions (width and height), resolution, and playback characteristics like bitrate and frame rate.
Metadata associated with a MediaItem may cover creation and modification dates, creator or author, description, licensing
In information systems, a MediaItem may be stored as a record in a database or as a
See also: Digital asset management, Metadata, Media library, Content management system.