- requestStream<
T extends "SoundCloud"
| "LocalFile"
| "Url"
| "Youtube"
| "Spotify",
>(
track: Track<T>,
type: T,
manager: Manager,
): Promise<any> Type Parameters
- T extends "SoundCloud" | "LocalFile" | "Url" | "Youtube" | "Spotify"
Returns Promise<any>