Interface ServerVoiceChannelChangeBitrateEvent
-
- All Superinterfaces:
ChannelEvent,Event,ServerChannelEvent,ServerEvent,ServerVoiceChannelEvent,VoiceChannelEvent
public interface ServerVoiceChannelChangeBitrateEvent extends ServerVoiceChannelEvent
A server voice channel change bitrate event.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetNewBitrate()Gets the new bitrate of the channel.intgetOldBitrate()Gets the old bitrate of the channel.-
Methods inherited from interface org.javacord.api.event.channel.server.ServerChannelEvent
getServer
-
Methods inherited from interface org.javacord.api.event.channel.server.voice.ServerVoiceChannelEvent
getChannel
-
-