Class LavalinkDecoder

A class to decode lavalink track

Hierarchy (view full)

Constructors

Accessors

  • get getTrack(): null | RawTrack
  • Get the decoded track with version detector

    Returns null | RawTrack

  • get trackVersionOne(): null | RawTrack
  • Get the decoded track with version 1

    Returns null | RawTrack

  • get trackVersionTwo(): null | RawTrack
  • Get the decoded track with version 2

    Returns null | RawTrack

  • get trackVersionThree(): null | RawTrack
  • Get the decoded track with version 3

    Returns null | RawTrack

Methods

  • Change the current potition in base64

    Parameters

    • bytes: number

    Returns number

  • Read the byte on current buffer (some like boolean but only 0 and 1)

    Returns number

  • Read the unsigned 16 bit int (same like number)

    Returns number

  • Read the unsigned 32 bit int (same like number)

    Returns number

  • Read the bigint

    Returns bigint

  • Read UTF string (same like string)

    Returns string