Uses of Class
de.pco.camera.ExtendedRecorderType
| Package | Description |
|---|---|
| de.pco.camera |
-
Uses of ExtendedRecorderType in de.pco.camera
Methods in de.pco.camera that return ExtendedRecorderType Modifier and Type Method Description static ExtendedRecorderTypeExtendedRecorderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ExtendedRecorderType[]ExtendedRecorderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.pco.camera with parameters of type ExtendedRecorderType Modifier and Type Method Description voidCamera. record(long numberOfImages, ExtendedRecorderType type)Generates and configures a new recorder instance and starts recording.