Interface Playable

An interface representing a type which can be played over a VoiceClient.

Methods

Name Description
getFrameDuration Duration of the frame in milliseconds
getFrameSize Size of the frame in bytes
hasMoreFrames Returns true while there are more frames to be played
nextFrame Returns the next frame to be played
start Called when the Playable begins to be played