| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsVolumeInfo.ByReference |
static class |
EdsVolumeInfo.ByValue |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsGetVolumeInfo(EdsdkLibrary.EdsVolumeRef inVolumeRef,
EdsVolumeInfo outVolumeInfo)
-----------------------------------------------------------------------------
// // Function: EdsGetVolumeInfo // // Description: // Gets volume information for a memory card in the camera. // // Parameters: // In: inVolumeRef - The reference of the volume. // Out: outVolumeInfo - information of the volume. // // Returns: Any of the sdk errors. ----------------------------------------------------------------------------- Original signature : __attribute__((dllimport)) EdsError EdsGetVolumeInfo(EdsVolumeRef, EdsVolumeInfo*)native declaration : sdk-header\EDSDK.h:479 |
Copyright © 2018–2019. All rights reserved.