Package dev.lavalink.youtube.cipher
Class CipherOperation
java.lang.Object
dev.lavalink.youtube.cipher.CipherOperation
One cipher operation definition.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intThe parameter for the operation.final CipherOperationTypeThe type of the operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
The type of the operation. -
parameter
public final int parameterThe parameter for the operation.
-
-
Constructor Details
-
CipherOperation
- Parameters:
type- The type of the operation.parameter- The parameter for the operation.
-