| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsdkLibrary.EdsCameraListRef.ByReference |
static class |
EdsdkLibrary.EdsCameraRef.ByReference |
static class |
EdsdkLibrary.EdsDirectoryItemRef.ByReference |
static class |
EdsdkLibrary.EdsEvfImageRef.ByReference |
static class |
EdsdkLibrary.EdsImageRef.ByReference |
static class |
EdsdkLibrary.EdsStreamRef.ByReference |
static class |
EdsdkLibrary.EdsVolumeRef.ByReference |
| Modifier and Type | Method and Description |
|---|---|
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.