| Package | Description |
|---|---|
| org.blackdread.camerabinding.jna |
Direct Java bindings to the EDSDK.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
EdsRect.ByReference |
static class |
EdsRect.ByValue |
| Modifier and Type | Field and Description |
|---|---|
EdsRect |
EdsImageInfo.effectiveRect
C type : EdsRect
|
EdsRect |
EdsFocusInfo.imageRect
C type : EdsRect
|
EdsRect |
EdsFrameDesc.rect
C type : EdsRect
|
| Constructor and Description |
|---|
EdsFocusInfo(EdsRect imageRect,
com.sun.jna.NativeLong pointNumber,
EdsFrameDesc[] focusPoint,
com.sun.jna.NativeLong executeMode) |
EdsFrameDesc(com.sun.jna.NativeLong valid,
com.sun.jna.NativeLong selected,
com.sun.jna.NativeLong justFocus,
EdsRect rect,
com.sun.jna.NativeLong reserved) |
EdsImageInfo(com.sun.jna.NativeLong width,
com.sun.jna.NativeLong height,
com.sun.jna.NativeLong numOfComponents,
com.sun.jna.NativeLong componentDepth,
EdsRect effectiveRect,
com.sun.jna.NativeLong reserved1,
com.sun.jna.NativeLong reserved2) |
Copyright © 2018–2019. All rights reserved.