Class VoiceChannelUpdateBitrateEvent
- java.lang.Object
-
- net.dv8tion.jda.api.events.Event
-
- net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
-
- net.dv8tion.jda.api.events.channel.voice.update.GenericVoiceChannelUpdateEvent<java.lang.Integer>
-
- net.dv8tion.jda.api.events.channel.voice.update.VoiceChannelUpdateBitrateEvent
-
- All Implemented Interfaces:
GenericEvent
,UpdateEvent<VoiceChannel,java.lang.Integer>
public class VoiceChannelUpdateBitrateEvent extends GenericVoiceChannelUpdateEvent<java.lang.Integer>
Indicates that aVoiceChannel
's bitrate changed.Can be sued to get affected VoiceChannel, affected Guild and previous bitrate.
Identifier:
bitrate
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
IDENTIFIER
-
Constructor Summary
Constructors Constructor Description VoiceChannelUpdateBitrateEvent(JDA api, long responseNumber, VoiceChannel channel, int oldBitrate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getNewBitrate()
The new bitrateint
getOldBitrate()
The old bitrate-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.update.GenericVoiceChannelUpdateEvent
getEntity, getNewValue, getOldValue, getPropertyIdentifier, toString
-
Methods inherited from class net.dv8tion.jda.api.events.channel.voice.GenericVoiceChannelEvent
getChannel, getGuild
-
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getResponseNumber
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.dv8tion.jda.api.events.GenericEvent
getJDA, getResponseNumber
-
Methods inherited from interface net.dv8tion.jda.api.events.UpdateEvent
getEntityType
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
VoiceChannelUpdateBitrateEvent
public VoiceChannelUpdateBitrateEvent(@Nonnull JDA api, long responseNumber, @Nonnull VoiceChannel channel, int oldBitrate)
-
-