Class YoutubeCipherOperation
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.source.youtube.YoutubeCipherOperation
-
public class YoutubeCipherOperation extends java.lang.ObjectOne cipher operation definition.
-
-
Field Summary
Fields Modifier and Type Field Description intparameterThe parameter for the operation.YoutubeCipherOperationTypetypeThe type of the operation.
-
Constructor Summary
Constructors Constructor Description YoutubeCipherOperation(YoutubeCipherOperationType type, int parameter)
-
-
-
Field Detail
-
type
public final YoutubeCipherOperationType type
The type of the operation.
-
parameter
public final int parameter
The parameter for the operation.
-
-
Constructor Detail
-
YoutubeCipherOperation
public YoutubeCipherOperation(YoutubeCipherOperationType type, int parameter)
- Parameters:
type- The type of the operation.parameter- The parameter for the operation.
-
-