IMediaMetadata
interface expected by object returning metadata.
Properties
mediaId
mediaId:
any
The ID of the media.
title?
optionaltitle:string
Optional. The title of the media.
date?
optionaldate:string
Optional. The date of the media.
authors?
optionalauthors: IArtist[]
Optional. An array that contains the authors of the media.
artists?
optionalartists: IArtist[]
Optional. An array that contains the artists of the media.
composers?
optionalcomposers: IArtist[]
Optional. An array that contains the composers of the media.
genre?
optionalgenre:string
Optional. The genre of the media.
description?
optionaldescription:string
Optional. The description of the media
album?
optionalalbum:string
Optional. The album that contains the media.
artwork
artwork: IArtwork
[]
An artwork of media.
radioStationInfo?
optionalradioStationInfo: IRadioStationInfo
Optional. Information about the radio station that is playing the media.
mediaProviderInfo?
optionalmediaProviderInfo: IMediaProviderInfo
Optional. Information about the media provider that is playing the media.
audioBookInfo?
optionalaudioBookInfo: IAudioBookInfo
Optional. Information about the audio book that is playing the media.
playbackSource?
optionalplaybackSource: IPlaybackSource
Optional. Information about the playback source.
mediaType?
optionalmediaType:string
Optional. The type of media.
Last updated: Jul 22, 2026

