| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsSetPropertyEventHandler(EdsdkLibrary.EdsCameraRef inCameraRef,
com.sun.jna.NativeLong inEvnet,
EdsdkLibrary.EdsPropertyEventHandler inPropertyEventHandler,
EdsdkLibrary.EdsVoid inContext)
Deprecated.
|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsSetPropertyEventHandler(EdsdkLibrary.EdsCameraRef inCameraRef,
com.sun.jna.NativeLong inEvnet,
EdsdkLibrary.EdsPropertyEventHandler inPropertyEventHandler,
com.sun.jna.Pointer inContext)
-----------------------------------------------------------------------------
// // Function: EdsSetPropertyEventHandler // // Description: // Registers a callback function for receiving status // change notification events for property states on a camera. // // Parameters: // In: inCameraRef - Designate the camera object. |
Copyright © 2018–2019. All rights reserved.