Class VoiceChannelUpdateBitrateEvent

    • Constructor Detail

      • VoiceChannelUpdateBitrateEvent

        public VoiceChannelUpdateBitrateEvent​(@Nonnull
                                              JDA api,
                                              long responseNumber,
                                              @Nonnull
                                              VoiceChannel channel,
                                              int oldBitrate)
    • Method Detail

      • getOldBitrate

        public int getOldBitrate()
        The old bitrate
        Returns:
        The old bitrate
      • getNewBitrate

        public int getNewBitrate()
        The new bitrate
        Returns:
        The new bitrate