| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsDirectoryItemInfo.ByReference |
static class |
EdsDirectoryItemInfo.ByValue |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsGetDirectoryItemInfo(EdsdkLibrary.EdsDirectoryItemRef inDirItemRef,
EdsDirectoryItemInfo outDirItemInfo)
-----------------------------------------------------------------------------
// // Function: EdsGetDirectoryItemInfo // // Description: // Gets information about the directory or file objects // on the memory card (volume) in a remote camera. // // Parameters: // In: inDirItemRef - The reference of the directory item. // Out: outDirItemInfo - information of the directory item. // // Returns: Any of the sdk errors. ----------------------------------------------------------------------------- Original signature : __attribute__((dllimport)) EdsError EdsGetDirectoryItemInfo(EdsDirectoryItemRef, EdsDirectoryItemInfo*)native declaration : sdk-header\EDSDK.h:521 |
Copyright © 2018–2019. All rights reserved.