Class CipherOperation

java.lang.Object
dev.lavalink.youtube.cipher.CipherOperation

public class CipherOperation extends Object
One cipher operation definition.
  • Field Details

    • type

      public final CipherOperationType type
      The type of the operation.
    • parameter

      public final int parameter
      The parameter for the operation.
  • Constructor Details

    • CipherOperation

      public CipherOperation(@NotNull @NotNull CipherOperationType type, int parameter)
      Parameters:
      type - The type of the operation.
      parameter - The parameter for the operation.