Uses of Class
de.pco.recorder.RecorderTypeByMemoryMode
| Package | Description |
|---|---|
| de.pco.recorder |
-
Uses of RecorderTypeByMemoryMode in de.pco.recorder
Methods in de.pco.recorder that return RecorderTypeByMemoryMode Modifier and Type Method Description RecorderTypeByMemoryModeGetSettingsReturn. getRecType()Sequence, ring buffer or FIFOstatic RecorderTypeByMemoryModeRecorderTypeByMemoryMode. valueOf(int value)Converter from the int value to the value of the enumerator.static RecorderTypeByMemoryModeRecorderTypeByMemoryMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RecorderTypeByMemoryMode[]RecorderTypeByMemoryMode. 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 RecorderTypeByMemoryMode Modifier and Type Method Description voidRecorder. init(long numberOfImages, RecorderTypeByMemoryMode recorderType)Wrapped PCO_RecorderInit function.voidGetSettingsReturn. setRecType(RecorderTypeByMemoryMode recType)