UNPKG

react-native-track-player

Version:
17 lines (16 loc) 417 B
export interface PlaybackMetadataReceivedEvent { /** The metadata source */ source: string; /** The track title */ title: string | null; /** The track url */ url: string | null; /** The track artist */ artist: string | null; /** The track album */ album: string | null; /** The track date */ date: string | null; /** The track genre */ genre: string | null; }