| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsGetCameraList(EdsdkLibrary.EdsCameraListRef.ByReference outCameraListRef)
-----------------------------------------------------------------------------
// // Function: EdsGetCameraList // // Description: // Gets camera list objects. // // Parameters: // In: None // Out: outCameraListRef - Pointer to the camera-list. // // Returns: Any of the sdk errors. ----------------------------------------------------------------------------- Original signature : __attribute__((dllimport)) EdsError EdsGetCameraList(EdsCameraListRef*)native declaration : sdk-header\EDSDK.h:319 |
com.sun.jna.NativeLong |
EdsdkLibrary.EdsGetChildAtIndex(EdsdkLibrary.EdsBaseRef inRef,
com.sun.jna.NativeLong inIndex,
EdsdkLibrary.EdsBaseRef.ByReference outRef)
-----------------------------------------------------------------------------
// // Function: EdsGetChildAtIndex // // Description: // Gets an indexed child object of the designated object. |
com.sun.jna.NativeLong |
EdsdkLibrary.EdsGetParent(EdsdkLibrary.EdsBaseRef inRef,
EdsdkLibrary.EdsBaseRef.ByReference outParentRef)
-----------------------------------------------------------------------------
// // Function: EdsGetParent // // Description: // Gets the parent object of the designated object. // // Parameters: // In: inRef - The reference of the item. // Out: outParentRef - The pointer which receives reference. // // Returns: Any of the sdk errors. ----------------------------------------------------------------------------- Original signature : __attribute__((dllimport)) EdsError EdsGetParent(EdsBaseRef, EdsBaseRef*)native declaration : sdk-header\EDSDK.h:184 |
Copyright © 2018–2019. All rights reserved.