Uses of Class
de.pco.recorder.RecorderMode
| Package | Description |
|---|---|
| de.pco.recorder |
-
Uses of RecorderMode in de.pco.recorder
Methods in de.pco.recorder that return RecorderMode Modifier and Type Method Description static RecorderModeRecorderMode. valueOf(int value)Converter from the int value to the value of the enumerator.static RecorderModeRecorderMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RecorderMode[]RecorderMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.recorder with parameters of type RecorderMode Modifier and Type Method Description longRecorder. create(RecorderMode mode)Wrapped PCO_RecorderCreate function.