Uses of Enum Class
org.aksw.shellgebra.algebra.common.TranscodeMode
Packages that use TranscodeMode
Package
Description
-
Uses of TranscodeMode in org.aksw.shellgebra.algebra.common
Methods in org.aksw.shellgebra.algebra.common that return TranscodeModeModifier and TypeMethodDescriptionTranscoding.mode()Returns the value of themoderecord component.static TranscodeModeReturns the enum constant of this class with the specified name.static TranscodeMode[]TranscodeMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.aksw.shellgebra.algebra.common with parameters of type TranscodeModeModifierConstructorDescriptionTranscoding(String name, TranscodeMode mode) Creates an instance of aTranscodingrecord class. -
Uses of TranscodeMode in org.aksw.shellgebra.algebra.file.op
Fields in org.aksw.shellgebra.algebra.file.op declared as TranscodeModeMethods in org.aksw.shellgebra.algebra.file.op that return TranscodeModeConstructors in org.aksw.shellgebra.algebra.file.op with parameters of type TranscodeModeModifierConstructorDescriptionFileOpTranscode(String codecName, TranscodeMode transcodeMode, FileOp subOp) -
Uses of TranscodeMode in org.aksw.shellgebra.algebra.stream.op
Methods in org.aksw.shellgebra.algebra.stream.op that return TranscodeModeConstructors in org.aksw.shellgebra.algebra.stream.op with parameters of type TranscodeModeModifierConstructorDescriptionStreamOpTranscode(String name, TranscodeMode transcodeMode, StreamOp subOp)