createAudioPlayer
declare function createAudioPlayer(options?: CreateAudioPlayerOptions): AudioPlayer;
declare function createAudioPlayer(options?: CreateAudioPlayerOptions): AudioPlayer;
Creates a new AudioPlayer to be used.
Name | Type | Optional | Description |
---|---|---|---|
options | CreateAudioPlayerOptions | Yes | None |