Interface ClientAudioChannel
- All Known Subinterfaces:
ClientEntityAudioChannel,ClientLocationalAudioChannel,ClientStaticAudioChannel
public interface ClientAudioChannel
-
Method Summary
-
Method Details
-
getId
UUID getId()- Returns:
- the ID of the channel
-
play
void play(short[] rawAudio) Plays this audio data on this audio channel- Parameters:
rawAudio- the raw 16 bit PCM audio frame
-