Constant Field Values

Contents

com.sedmelluq.*

  • com.sedmelluq.discord.lavaplayer.container.flac.FlacMetadataHeader 
    Modifier and Type Constant Field Value
    public static final int BLOCK_COMMENT 4
    public static final int BLOCK_SEEKTABLE 3
    public static final int LENGTH 4
  • com.sedmelluq.discord.lavaplayer.container.flac.FlacSeekPoint 
    Modifier and Type Constant Field Value
    public static final int LENGTH 18
  • com.sedmelluq.discord.lavaplayer.container.flac.FlacStreamInfo 
    Modifier and Type Constant Field Value
    public static final int LENGTH 34
  • com.sedmelluq.discord.lavaplayer.container.matroska.MatroskaContainerProbe 
    Modifier and Type Constant Field Value
    public static final java.lang.String AAC_CODEC "A_AAC"
    public static final java.lang.String OPUS_CODEC "A_OPUS"
    public static final java.lang.String VORBIS_CODEC "A_VORBIS"
  • com.sedmelluq.discord.lavaplayer.filter.converter.ConverterAudioFilter 
    Modifier and Type Constant Field Value
    protected static final int BUFFER_SIZE 4096
  • com.sedmelluq.discord.lavaplayer.filter.equalizer.Equalizer 
    Modifier and Type Constant Field Value
    public static final int BAND_COUNT 15
  • com.sedmelluq.discord.lavaplayer.format.OpusAudioDataFormat 
    Modifier and Type Constant Field Value
    public static final java.lang.String CODEC_NAME "OPUS"
  • com.sedmelluq.discord.lavaplayer.format.Pcm16AudioDataFormat 
    Modifier and Type Constant Field Value
    public static final java.lang.String CODEC_NAME_BE "PCM_S16_BE"
    public static final java.lang.String CODEC_NAME_LE "PCM_S16_LE"
  • com.sedmelluq.discord.lavaplayer.natives.aac.AacDecoder 
    Modifier and Type Constant Field Value
    public static final int AAC_LC 2
    public static final int PS 29
    public static final int SBR 5
  • com.sedmelluq.discord.lavaplayer.source.soundcloud.DefaultSoundCloudPlaylistLoader 
    Modifier and Type Constant Field Value
    protected static final java.lang.String PLAYLIST_URL_REGEX "^(?:http://|https://|)(?:www\\.|)(?:m\\.|)soundcloud\\.com/([a-zA-Z0-9-_:]+)/sets/([a-zA-Z0-9-_:]+)/?([a-zA-Z0-9-_:]+)?(?:\\?.*|)$"