Typedefs : Track : unresolvedTrack
unresolvedTrack object
Unresolved tracks can't be played normally, they will resolve before playing into a Track.
Parameter | Type | Description |
---|---|---|
title | string | The title to search against. |
author | string | The author to search against. |
duration | number | The duration to search within 1500 milliseconds of the results from YouTube. |
resolve() | function returns Promise<void > | Resolves into a Track. |