info
info: {
artworkUrl?: string;
author: string;
identifier: string;
isSeekable: boolean;
isStream: boolean;
isrc?: string;
length: number;
position: number;
sourceName: string;
thumbnail?: string;
title: string;
uri?: string;
}
Type declaration
-
Optional
artworkUrl?: string
-
author: string
-
identifier: string
-
isSeekable: boolean
-
isStream: boolean
-
Optional
isrc?: string
-
length: number
-
position: number
-
sourceName: string
-
Optional
thumbnail?: string
-
title: string
-
Optional
uri?: string