| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Method and Description |
|---|---|
EdsdkLibrary.EdsVolumeRef |
EdsdkLibrary.EdsVolumeRef.ByReference.getValue() |
| Modifier and Type | Method and Description |
|---|---|
com.sun.jna.NativeLong |
EdsdkLibrary.EdsFormatVolume(EdsdkLibrary.EdsVolumeRef inVolumeRef)
-----------------------------------------------------------------------------
// // Function: EdsFormatVolume // // Description: // Formats volumes of memory cards in a camera. |
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.